We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b865f25 commit 47b364eCopy full SHA for 47b364e
app/proguard-rules.pro
@@ -20,6 +20,7 @@
20
# hide the original source file name.
21
#-renamesourcefileattribute SourceFile
22
-keep public class * extends java.lang.Exception
23
+-keep class com.blank.project.utils.DiskStoredArrayList { *; }
24
-assumenosideeffects class android.util.Log {
25
public static boolean isLoggable(java.lang.String, int);
26
public static int v(...);
0 commit comments