LeOS-Genesis/app/proguard-rules.pro

33 lines
1.1 KiB
Prolog
Raw Normal View History

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