Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1088d001 authored by tibbi's avatar tibbi
Browse files

adding a couple additional Glide Proguard rules

parent fab2fdbf
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -15,3 +15,10 @@
-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 public enum com.bumptech.glide.load.ImageHeaderParser$** {
  **[] $VALUES;
  public *;
}