17 lines
594 B
Prolog
17 lines
594 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.** { *; }
|