1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-18 07:40:23 +08:00
1. 增加下载页面点击已下载漫画进行观看功能
2. 修复加载某些文件闪退
This commit is contained in:
fumiama
2020-12-22 13:41:48 +08:00
parent 91b997973f
commit 36ea5cc149
11 changed files with 111 additions and 100 deletions

View File

@@ -58,4 +58,14 @@
@com.google.gson.annotations.SerializedName <fields>;
}
##---------------End: proguard configuration for Gson ----------
##---------------End: proguard configuration for Gson ----------
-assumenosideeffects class android.util.Log {
public static *** d(...);
public static *** e(...);
public static *** i(...);
public static *** v(...);
public static *** println(...);
public static *** w(...);
public static *** wtf(...);
}