blob: 2ec7da7a6b2f33c90c91c1dfe93328da445102e6 [file] [log] [blame]
-keep public class * implements com.bumptech.glide.module.GlideModule
-keep public final class com.android.providers.media.leveldb.LevelDBResult { *; }
-keep public final class com.android.providers.media.leveldb.LevelDBEntry { *; }
-keep class * extends com.bumptech.glide.module.AppGlideModule {
<init>(...);
}
-keep public enum com.bumptech.glide.load.ImageHeaderParser$** {
**[] $VALUES;
public *;
}
-keep class com.bumptech.glide.load.data.ParcelFileDescriptorRewinder$InternalRewinder {
*** rewind();
}