From c4586df3b84dbc5d224089cf308d438f7f0e670d Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 19 Mar 2017 00:03:54 +0100 Subject: [PATCH] remove the okhttp proguard rule --- app/proguard-rules.pro | 1 - 1 file changed, 1 deletion(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index e68816907..a9c0f371b 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -1,3 +1,2 @@ -keep class com.simplemobiletools.** { *; } -dontwarn com.simplemobiletools.** --dontwarn com.squareup.okhttp.**