Minor edits
This commit is contained in:
parent
46e34a72d9
commit
5a0713025c
3 changed files with 6 additions and 4 deletions
6
app/proguard-rules.pro
vendored
6
app/proguard-rules.pro
vendored
|
|
@ -16,6 +16,9 @@
|
|||
# public *;
|
||||
#}
|
||||
|
||||
-dontwarn
|
||||
-ignorewarnings
|
||||
|
||||
# RetroFit
|
||||
-dontwarn retrofit.**
|
||||
-keep class retrofit.** { *; }
|
||||
|
|
@ -41,6 +44,3 @@
|
|||
}
|
||||
|
||||
-keep class !android.support.v7.internal.view.menu.**,** {*;}
|
||||
|
||||
-dontwarn
|
||||
-ignorewarnings
|
||||
Loading…
Add table
Add a link
Reference in a new issue