2017-10-19 19:44:29 +00:00
|
|
|
-renamesourcefileattribute SourceFile
|
|
|
|
-keepattributes SourceFile, LineNumberTable
|
|
|
|
|
2017-10-19 19:43:03 +00:00
|
|
|
-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
|
2017-12-19 07:53:04 +00:00
|
|
|
|
|
|
|
-keep public class * extends java.lang.Exception
|
2017-12-31 08:43:47 +00:00
|
|
|
|
|
|
|
-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.** { *; }
|