Skip to content

Commit 680bed7

Browse files
committed
Suppress gradle Notes and Warnings from reflection-using packages.
The build output was getting extremely long, and was actually causing the build to fail because of the sheer size of the log.
1 parent 0d8193e commit 680bed7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/proguard-rules.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
-dontobfuscate
22
-ignorewarnings
33

4+
-dontnote android.support.test.**
5+
-dontnote net.bytebuddy.**
6+
-dontwarn net.bytebuddy.**
7+
-dontnote org.mockito.**
8+
-dontwarn org.mockito.**
9+
-dontnote org.objenesis.**
10+
411
-keep class org.apache.http.** { *; }
512
-dontwarn org.apache.http.**
613
-keep class android.support.v7.widget.ShareActionProvider { *; }

0 commit comments

Comments
 (0)