Skip to content

Commit 47b364e

Browse files
committed
Fix bug
1 parent b865f25 commit 47b364e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/proguard-rules.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
# hide the original source file name.
2121
#-renamesourcefileattribute SourceFile
2222
-keep public class * extends java.lang.Exception
23+
-keep class com.blank.project.utils.DiskStoredArrayList { *; }
2324
-assumenosideeffects class android.util.Log {
2425
public static boolean isLoggable(java.lang.String, int);
2526
public static int v(...);

0 commit comments

Comments
 (0)