Remove Glide Proguard rules (#3702)

* update glide rules in progurad

* remove glide rules since it is implemented by glide it self (through consumerproguardfiles)
This commit is contained in:
tatsuya25 2020-08-22 17:42:42 +03:00 committed by GitHub
parent 4c8665c9f0
commit 15f49b39b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,15 +29,6 @@
-dontwarn javax.annotation.**
-dontwarn retrofit2.Platform$Java8
# Glide specific rules #
# https://github.com/bumptech/glide
-keep public class * implements com.bumptech.glide.module.GlideModule
-keep public class * extends com.bumptech.glide.AppGlideModule
-keep public enum com.bumptech.glide.load.resource.bitmap.ImageHeaderParser$** {
**[] $VALUES;
public *;
}
# RxJava 1.1.0
-dontwarn sun.misc.**