Skip to content

Commit 6c3c4e7

Browse files
committed
合并webp格式支持,主分支将不再支持安卓9以下机型
1 parent 77974ac commit 6c3c4e7

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ dependencies {
170170
// implementation 'com.github.seven332:glgallery:0.1.2'
171171
// implementation 'com.github.seven332:glview:0.1.0'
172172
// implementation 'com.github.seven332:glview-image:0.1.0'
173-
implementation 'com.github.seven332:hotspot:0.1.0'
174173
// implementation 'com.github.seven332:image:0.1.12'
174+
implementation 'com.github.seven332:hotspot:0.1.0'
175175
implementation 'com.github.seven332:refreshlayout:0.1.0'
176176
implementation 'com.github.seven332:ripple:0.1.2'
177177
implementation 'com.github.seven332:streampipe:0.1.0'

app/src/main/java/com/hippo/ehviewer/EhApplication.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,6 @@ public void run() {
291291
Log.i(TAG, "Native memory: " + FileUtils.humanReadableByteCount(
292292
Debug.getNativeHeapAllocatedSize(), false));
293293
}
294-
if (DEBUG_PRINT_IMAGE_COUNT) {
295-
Log.i(TAG, "Image count: " + Image.getImageCount());
296-
}
297294
SimpleHandler.getInstance().postDelayed(this, DEBUG_PRINT_INTERVAL);
298295
}
299296
}.run();

0 commit comments

Comments
 (0)