1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-12-25 20:09:42 +08:00

Support Glide 4.0.0 (#83)

This commit is contained in:
Daichi Furiya
2017-09-07 00:47:27 -05:00
committed by GitHub
parent 1264e01f6e
commit f6cbe2722d
29 changed files with 495 additions and 689 deletions

View File

@@ -1 +1,11 @@
-dontwarn jp.co.cyberagent.android.gpuimage.**
-dontwarn jp.co.cyberagent.android.gpuimage.**
-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 *;
}
# for DexGuard only
-keepresourcexmlelements manifest/application/meta-data@value=GlideModule