Skip to content

Commit

Permalink
合并webp格式支持,主分支将不再支持安卓9以下机型
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojieonly committed Nov 1, 2024
1 parent 77974ac commit 6c3c4e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ dependencies {
// implementation 'com.github.seven332:glgallery:0.1.2'
// implementation 'com.github.seven332:glview:0.1.0'
// implementation 'com.github.seven332:glview-image:0.1.0'
implementation 'com.github.seven332:hotspot:0.1.0'
// implementation 'com.github.seven332:image:0.1.12'
implementation 'com.github.seven332:hotspot:0.1.0'
implementation 'com.github.seven332:refreshlayout:0.1.0'
implementation 'com.github.seven332:ripple:0.1.2'
implementation 'com.github.seven332:streampipe:0.1.0'
Expand Down
3 changes: 0 additions & 3 deletions app/src/main/java/com/hippo/ehviewer/EhApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,6 @@ public void run() {
Log.i(TAG, "Native memory: " + FileUtils.humanReadableByteCount(
Debug.getNativeHeapAllocatedSize(), false));
}
if (DEBUG_PRINT_IMAGE_COUNT) {
Log.i(TAG, "Image count: " + Image.getImageCount());
}
SimpleHandler.getInstance().postDelayed(this, DEBUG_PRINT_INTERVAL);
}
}.run();
Expand Down

0 comments on commit 6c3c4e7

Please sign in to comment.