24 lines
615 B
Prolog
24 lines
615 B
Prolog
-keep class com.simplemobiletools.** { *; }
|
|
-dontwarn android.graphics.Canvas
|
|
-dontwarn com.simplemobiletools.**
|
|
-dontwarn org.apache.**
|
|
|
|
# Picasso
|
|
-dontwarn javax.annotation.**
|
|
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
|
|
-dontwarn org.codehaus.mojo.animal_sniffer.*
|
|
-dontwarn okhttp3.internal.platform.ConscryptPlatform
|
|
|
|
-keepclassmembers class * implements android.os.Parcelable {
|
|
static ** CREATOR;
|
|
}
|
|
|
|
# RenderScript
|
|
-keepclasseswithmembernames class * {
|
|
native <methods>;
|
|
}
|
|
-keep class androidx.renderscript.** { *; }
|
|
|
|
# Reprint
|
|
-keep class com.github.ajalt.reprint.module.** { *; }
|