FossifyGallery/app/proguard-rules.pro

11 lines
425 B
Prolog
Raw Normal View History

2016-11-12 23:45:46 +01:00
-keep class com.simplemobiletools.** { *; }
-dontwarn com.simplemobiletools.**
2017-06-06 17:52:57 +02:00
-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