Added base classes for glide to work with Phonograph.
This commit is contained in:
parent
176fce9ab5
commit
f35fc7cb27
11 changed files with 245 additions and 45 deletions
6
app/proguard-rules.pro
vendored
6
app/proguard-rules.pro
vendored
|
|
@ -22,9 +22,9 @@
|
|||
-keepattributes Signature
|
||||
-keepattributes Exceptions
|
||||
|
||||
# LeakCanary
|
||||
-keep class org.eclipse.mat.** { *; }
|
||||
-keep class com.squareup.leakcanary.** { *; }
|
||||
# Glide
|
||||
-keepnames class com.kabouzeid.gramophone.glide.PhonographGlideModule
|
||||
-keep public class * implements com.bumptech.glide.module.GlideModule
|
||||
|
||||
# ButterKnife
|
||||
-keep class butterknife.** { *; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue