mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-21 20:18:01 +01:00
23 lines
595 B
Prolog
23 lines
595 B
Prolog
-keep class org.fossify.** { *; }
|
|
-dontwarn android.graphics.Canvas
|
|
-dontwarn org.fossify.**
|
|
-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.** { *; }
|