LeOS-Genesis/app/proguard-rules.pro

24 lines
841 B
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); }
2024-02-01 15:44:02 +01:00
-ignorewarnings
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
2024-02-01 15:44:02 +01:00
-dontpreverify