Update proguard rules

This commit is contained in:
xynngh 2020-06-13 19:11:39 +04:00
parent 7fdfde0fc6
commit 8bbf82a7fe
1 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable
-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to
# hide the original source file name.
@ -30,3 +30,7 @@
-keepclassmembers class * extends org.greenrobot.eventbus.util.ThrowableFailureEvent {
<init>(java.lang.Throwable);
}
-keep class com.android.internal.telephony.ITelephony { *; }
-dontobfuscate