Switched from Volley to RetroFit + OkHttp for performance and simplicity
This commit is contained in:
parent
b9209781b7
commit
cdba76c933
55 changed files with 1702 additions and 571 deletions
12
app/proguard-rules.pro
vendored
12
app/proguard-rules.pro
vendored
|
|
@ -16,11 +16,13 @@
|
|||
# public *;
|
||||
#}
|
||||
|
||||
# RetroFit
|
||||
-dontwarn retrofit.**
|
||||
-keep class retrofit.** { *; }
|
||||
-keepattributes Signature
|
||||
-keepattributes Exceptions
|
||||
|
||||
-keep class !android.support.v7.internal.view.menu.**,** {*;}
|
||||
-keep public class * implements com.bumptech.glide.module.GlideModule
|
||||
-keep public enum com.bumptech.glide.load.resource.bitmap.ImageHeaderParser$** {
|
||||
**[] $VALUES;
|
||||
public *;
|
||||
}
|
||||
|
||||
-dontwarn
|
||||
-ignorewarnings
|
||||
Loading…
Add table
Add a link
Reference in a new issue