2016-11-12 22:45:46 +00:00
|
|
|
-keep class com.simplemobiletools.** { *; }
|
2018-09-05 20:13:18 +00:00
|
|
|
-dontwarn android.graphics.Canvas
|
2016-11-12 22:45:46 +00:00
|
|
|
-dontwarn com.simplemobiletools.**
|
2018-07-04 10:19:09 +00:00
|
|
|
-dontwarn org.apache.**
|
2018-08-06 21:59:49 +00:00
|
|
|
|
|
|
|
# Picasso
|
|
|
|
-dontwarn javax.annotation.**
|
|
|
|
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
|
|
|
|
-dontwarn org.codehaus.mojo.animal_sniffer.*
|
|
|
|
-dontwarn okhttp3.internal.platform.ConscryptPlatform
|
2019-12-24 21:27:51 +00:00
|
|
|
|
|
|
|
-keepclassmembers class * implements android.os.Parcelable {
|
|
|
|
static ** CREATOR;
|
|
|
|
}
|
2020-01-03 18:17:07 +00:00
|
|
|
|
|
|
|
# RenderScript
|
|
|
|
-keepclasseswithmembernames class * {
|
|
|
|
native <methods>;
|
|
|
|
}
|
|
|
|
-keep class androidx.renderscript.** { *; }
|
2021-10-09 16:30:59 +00:00
|
|
|
|
|
|
|
# Reprint
|
|
|
|
-keep class com.github.ajalt.reprint.module.** { *; }
|