2020-03-29 07:20:47 +02:00
|
|
|
-allowaccessmodification
|
|
|
|
-dontusemixedcaseclassnames
|
2023-04-27 13:12:02 +02:00
|
|
|
-dontobfuscate
|
2020-03-29 07:20:47 +02:00
|
|
|
-verbose
|
|
|
|
|
|
|
|
-keepattributes *Annotation*
|
|
|
|
|
|
|
|
-keepclasseswithmembernames class * {
|
|
|
|
native <methods>;
|
|
|
|
}
|
|
|
|
|
|
|
|
-keepclassmembers enum * {
|
|
|
|
public static **[] values();
|
|
|
|
public static ** valueOf(java.lang.String);
|
|
|
|
}
|
|
|
|
|
|
|
|
-keepclassmembers class * implements android.os.Parcelable {
|
|
|
|
public static final ** CREATOR;
|
|
|
|
}
|
|
|
|
|
|
|
|
-keep class androidx.annotation.Keep
|
|
|
|
|
|
|
|
-keep @androidx.annotation.Keep class * {*;}
|
|
|
|
|
|
|
|
-keepclasseswithmembers class * {
|
|
|
|
@androidx.annotation.Keep <methods>;
|
|
|
|
}
|
|
|
|
|
|
|
|
-keepclasseswithmembers class * {
|
|
|
|
@androidx.annotation.Keep <fields>;
|
|
|
|
}
|
|
|
|
|
|
|
|
-keepclasseswithmembers class * {
|
|
|
|
@androidx.annotation.Keep <init>(...);
|
|
|
|
}
|