-keep public class * implements io.channel.com.bumptech.glide.module.GlideModule
-keep class * extends io.channel.com.bumptech.glide.module.AppGlideModule {
 <init>(...);
}
-keep public enum io.channel.com.bumptech.glide.load.ImageHeaderParser$** {
  **[] $VALUES;
  public *;
}
-keep class io.channel.com.bumptech.glide.load.data.ParcelFileDescriptorRewinder$InternalRewinder {
  *** rewind();
}

# Uncomment for DexGuard only
#-keepresourcexmlelements manifest/application/meta-data@value=GlideModule
