refactor proguard rules

// FREEBIE
This commit is contained in:
Jake McGinty
2015-04-01 18:04:23 -07:00
parent 87760a795d
commit 597f7bbafd
11 changed files with 99 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
# OkHttp
-keepattributes Signature
-keepattributes *Annotation*
-keep class com.squareup.okhttp.** { *; }
-keep interface com.squareup.okhttp.** { *; }
-dontwarn com.squareup.okhttp.**