Skip to content

Commit 2ca61cf

Browse files
committed
proguard 수정
1 parent c3d916c commit 2ca61cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logcat/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
-keep class com.android.volley.**
2424
-keep class org.acra.**
25-
-keep class com.android.logcat.log.ALog
25+
-keep class com.android.logcat.log.ALog { public static *; }
2626

2727
-dontnote org.apache.http.**
2828
-dontnote android.net.http.**

0 commit comments

Comments
 (0)