Update proguard rules
This commit is contained in:
parent
7fdfde0fc6
commit
8bbf82a7fe
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
# Uncomment this to preserve the line number information for
|
# Uncomment this to preserve the line number information for
|
||||||
# debugging stack traces.
|
# debugging stack traces.
|
||||||
#-keepattributes SourceFile,LineNumberTable
|
-keepattributes SourceFile,LineNumberTable
|
||||||
|
|
||||||
# If you keep the line number information, uncomment this to
|
# If you keep the line number information, uncomment this to
|
||||||
# hide the original source file name.
|
# hide the original source file name.
|
||||||
|
@ -30,3 +30,7 @@
|
||||||
-keepclassmembers class * extends org.greenrobot.eventbus.util.ThrowableFailureEvent {
|
-keepclassmembers class * extends org.greenrobot.eventbus.util.ThrowableFailureEvent {
|
||||||
<init>(java.lang.Throwable);
|
<init>(java.lang.Throwable);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-keep class com.android.internal.telephony.ITelephony { *; }
|
||||||
|
|
||||||
|
-dontobfuscate
|
||||||
|
|
Loading…
Reference in New Issue