[Android][Proguard] retrofit proguard

2019. 5. 5. 14:14Programing/Android / Java

 

-dontwarn retrofit.**
-keep class retrofit.** { *; }
-keepattributes Signature
-keepattributes Exceptions