We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d916c commit 2ca61cfCopy full SHA for 2ca61cf
logcat/proguard-rules.pro
@@ -22,7 +22,7 @@
22
23
-keep class com.android.volley.**
24
-keep class org.acra.**
25
--keep class com.android.logcat.log.ALog
+-keep class com.android.logcat.log.ALog { public static *; }
26
27
-dontnote org.apache.http.**
28
-dontnote android.net.http.**
0 commit comments