Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to API 28, and fix CI issues. #2595

Merged
merged 10 commits into from
Mar 15, 2019
Prev Previous commit
Next Next commit
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.
  • Loading branch information
dbrant committed Mar 14, 2019
commit 680bed7b4ebf1538f64344c7cdec56849112fdd2
7 changes: 7 additions & 0 deletions app/proguard-rules.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
-dontobfuscate
-ignorewarnings

-dontnote android.support.test.**
-dontnote net.bytebuddy.**
-dontwarn net.bytebuddy.**
-dontnote org.mockito.**
-dontwarn org.mockito.**
-dontnote org.objenesis.**

-keep class org.apache.http.** { *; }
-dontwarn org.apache.http.**
-keep class android.support.v7.widget.ShareActionProvider { *; }
Expand Down