mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-02-22 06:37:43 +01:00
Update proguard rules
This commit is contained in:
parent
7fdfde0fc6
commit
8bbf82a7fe
6
app/proguard-rules.pro
vendored
6
app/proguard-rules.pro
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user