2016-11-12 23:45:46 +01:00
|
|
|
-keep class com.simplemobiletools.** { *; }
|
2018-09-05 22:13:18 +02:00
|
|
|
-dontwarn android.graphics.Canvas
|
2016-11-12 23:45:46 +01:00
|
|
|
-dontwarn com.simplemobiletools.**
|
2018-07-04 12:19:09 +02:00
|
|
|
-dontwarn org.apache.**
|
2018-08-06 23:59:49 +02: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 22:27:51 +01:00
|
|
|
|
|
|
|
-keepclassmembers class * implements android.os.Parcelable {
|
|
|
|
static ** CREATOR;
|
|
|
|
}
|
2020-01-03 19:17:07 +01:00
|
|
|
|
|
|
|
# RenderScript
|
|
|
|
-keepclasseswithmembernames class * {
|
|
|
|
native <methods>;
|
|
|
|
}
|
|
|
|
-keep class androidx.renderscript.** { *; }
|