diff --git a/commons/app/proguard-rules.txt b/commons/app/proguard-rules.txt index 430f462f2..8993107fa 100644 --- a/commons/app/proguard-rules.txt +++ b/commons/app/proguard-rules.txt @@ -1,3 +1,3 @@ -dontobfuscate --ignorewarnings - +-keep class org.apache.http.** { *; } +-dontwarn org.apache.http.** \ No newline at end of file