Reverted obfuscation
This commit is contained in:
10
app/proguard-rules.pro
vendored
10
app/proguard-rules.pro
vendored
@ -9,13 +9,5 @@
|
|||||||
|
|
||||||
# Add any project specific keep options here:
|
# Add any project specific keep options here:
|
||||||
-keepattributes LineNumberTable,SourceFile
|
-keepattributes LineNumberTable,SourceFile
|
||||||
|
-dontobfuscate
|
||||||
|
|
||||||
# Keep classes and members accessed via JNI
|
|
||||||
-keep class com.tutpro.baresip.Api {
|
|
||||||
native <methods>;
|
|
||||||
}
|
|
||||||
|
|
||||||
-keep class com.tutpro.baresip.BaresipService {
|
|
||||||
native <methods>;
|
|
||||||
@androidx.annotation.Keep <methods>;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user