We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680bed7 commit dfc207aCopy full SHA for dfc207a
app/proguard-rules.txt
@@ -1,12 +1,9 @@
1
-dontobfuscate
2
-ignorewarnings
3
4
--dontnote android.support.test.**
5
--dontnote net.bytebuddy.**
+-dontnote **
6
-dontwarn net.bytebuddy.**
7
--dontnote org.mockito.**
8
-dontwarn org.mockito.**
9
--dontnote org.objenesis.**
10
11
-keep class org.apache.http.** { *; }
12
-dontwarn org.apache.http.**
app/test-proguard-rules.txt
@@ -2,3 +2,5 @@
-dontoptimize
-dontshrink
+
0 commit comments