-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 { *; } -keep class com.simplemobiletools.commons.models.PhoneNumber { *; } # 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 class com.bumptech.glide.GeneratedAppGlideModuleImpl -keep public enum com.bumptech.glide.load.ImageHeaderParser$** { **[] $VALUES; public *; } -dontwarn java.lang.invoke.StringConcatFactory -dontwarn javax.swing.tree.TreeNode