Depending on your ProGuard (DexGuard) config and usage, you may need to include the following lines in your proguard.cfg (see the Download and Setup docs page for more details): -keep public class * implements com.bumptech.glide.module.GlideModule -keep public class * extends com.bumptech.gl...