|
|
@@ -126,3 +126,22 @@
|
|
|
##flutter end
|
|
|
#
|
|
|
#
|
|
|
+
|
|
|
+# ==================================== Glide ====================================
|
|
|
+
|
|
|
+-keep class com.bumptech.glide.**{*;}
|
|
|
+
|
|
|
+# Glide Webp Decoder start
|
|
|
+
|
|
|
+-keep public class com.bumptech.glide.integration.webp.WebpImage { *; }
|
|
|
+-keep public class com.bumptech.glide.integration.webp.WebpFrame { *; }
|
|
|
+-keep public class com.bumptech.glide.integration.webp.WebpBitmapFactory { *; }
|
|
|
+
|
|
|
+# Glide Webp Decoder end
|
|
|
+
|
|
|
+# ==================================== Gson ====================================
|
|
|
+
|
|
|
+-keepattributes Signature
|
|
|
+-keep class com.google.gson.reflect.TypeToken { *; }
|
|
|
+-keep class * extends com.google.gson.reflect.TypeToken
|
|
|
+-keepattributes AnnotationDefault,RuntimeVisibleAnnotations
|