Release 0.1.3

This commit is contained in:
inorichi 2016-02-03 12:56:12 +01:00
parent 4d47f5a387
commit c204548df5
4 changed files with 9 additions and 9 deletions

View file

@ -8,9 +8,9 @@
# OkHttp
-keepattributes Signature
-keepattributes *Annotation*
-keep class com.squareup.okhttp.** { *; }
-keep interface com.squareup.okhttp.** { *; }
-dontwarn com.squareup.okhttp.**
-keep class okhttp3.** { *; }
-keep interface okhttp3.** { *; }
-dontwarn okhttp3.**
-dontwarn okio.**
# Okio