Simple-Commons/commons/proguard-rules.pro
2017-12-31 09:43:47 +01:00

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.** { *; }