2021-05-29 09:55:46 +02:00
|
|
|
-keep,includedescriptorclasses class net.sqlcipher.** { *; }
|
|
|
|
-keep,includedescriptorclasses interface net.sqlcipher.** { *; }
|
|
|
|
|
|
|
|
-dontwarn javax.annotation.**
|
|
|
|
-dontwarn org.codehaus.mojo.animal_sniffer.*
|
|
|
|
-dontwarn okhttp3.internal.platform.ConscryptPlatform
|
|
|
|
-dontwarn org.conscrypt.ConscryptHostnameVerifier
|
|
|
|
-dontwarn okhttp3.*
|
|
|
|
-dontwarn org.chromium.net.*
|
|
|
|
|
|
|
|
-keep class com.flurry.** { *; }
|
|
|
|
-dontwarn com.flurry.**
|
|
|
|
-keepattributes *Annotation*,EnclosingMethod,Signature
|
|
|
|
-keepclasseswithmembers class * {
|
|
|
|
public <init>(android.content.Context, android.util.AttributeSet, int);
|
|
|
|
}
|
|
|
|
|
2021-06-11 10:05:17 +02:00
|
|
|
-dontobfuscate
|
|
|
|
# https://stackoverflow.com/questions/9651703/using-proguard-with-android-without-obfuscation
|
|
|
|
-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*,!code/allocation/variable
|
2021-05-29 09:55:46 +02:00
|
|
|
|
2022-02-12 11:16:57 +01:00
|
|
|
-keep class org.orbotproject.android.service.vpn.Tun2Socks {
|
2021-06-11 10:05:17 +02:00
|
|
|
void logTun2Socks(java.lang.String, java.lang.String, java.lang.String);
|
|
|
|
}
|
2021-05-29 09:55:46 +02:00
|
|
|
|
2021-06-11 10:05:17 +02:00
|
|
|
-keepattributes Signature
|
|
|
|
-keepattributes Annotation
|
|
|
|
-keep class okhttp3.** { *; }
|
|
|
|
-keep interface okhttp3.** { *; }
|
|
|
|
-dontwarn okhttp3.**
|
|
|
|
-dontwarn okio.**
|
2021-05-29 09:55:46 +02:00
|
|
|
|
2021-06-11 10:05:17 +02:00
|
|
|
-dontoptimize
|
|
|
|
-dontpreverify
|