24 lines
830 B
Prolog
24 lines
830 B
Prolog
-renamesourcefileattribute SourceFile
|
|
-keepattributes SourceFile, LineNumberTable
|
|
|
|
-dontwarn com.bumptech.glide.load.engine.bitmap_recycle.LruBitmapPool
|
|
-dontwarn com.bumptech.glide.load.resource.bitmap.Downsampler
|
|
-dontwarn com.bumptech.glide.load.resource.bitmap.HardwareConfigState
|
|
-dontwarn com.bumptech.glide.manager.RequestManagerRetriever
|
|
|
|
-keep public class * extends java.lang.Exception
|
|
|
|
-keep class android.support.v7.widget.SearchView { *; }
|
|
|
|
# Joda
|
|
-dontwarn org.joda.convert.**
|
|
-dontwarn org.joda.time.**
|
|
-keep class org.joda.time.** { *; }
|
|
-keep interface org.joda.time.** { *; }
|
|
|
|
-keep public class * implements com.bumptech.glide.module.GlideModule
|
|
-keep public class * extends com.bumptech.glide.module.AppGlideModule
|
|
-keep public enum com.bumptech.glide.load.ImageHeaderParser$** {
|
|
**[] $VALUES;
|
|
public *;
|
|
}
|