From 94294d264ff00f76c6f51b31c64e6534901cfc4c Mon Sep 17 00:00:00 2001 From: Said Tahsin Dane Date: Thu, 9 Feb 2017 21:10:32 +0100 Subject: [PATCH] Update OkHttp rules to follow official docs https://github.com/square/okhttp#proguard --- libraries/proguard-square-okhttp3.pro | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/libraries/proguard-square-okhttp3.pro b/libraries/proguard-square-okhttp3.pro index 64e6852..8faa076 100644 --- a/libraries/proguard-square-okhttp3.pro +++ b/libraries/proguard-square-okhttp3.pro @@ -1,6 +1,2 @@ # OkHttp --keepattributes Signature --keepattributes *Annotation* --keep class okhttp3.** { *; } --keep interface okhttp3.** { *; } --dontwarn okhttp3.** \ No newline at end of file +-dontwarn okhttp3.**