1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-10-04 09:53:21 +08:00
* update gradle wrapeer

* fix proguard settings

* update glide

* bump up 3.1.1
This commit is contained in:
Daichi Furiya
2018-02-13 16:32:10 +09:00
committed by GitHub
parent a5f7017f57
commit 9b00767304
8 changed files with 19 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
-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 class * extends com.bumptech.glide.module.AppGlideModule
-keep public enum com.bumptech.glide.load.resource.bitmap.ImageHeaderParser$** {
**[] $VALUES;
public *;