Fix compiler warnings from Apache AvalonLogger (#2631)

This commit is contained in:
Adam Jones 2019-03-17 11:05:03 +00:00 committed by Vivek Maskara
parent 1a8a99997d
commit f983a99f45

View file

@ -5,9 +5,10 @@
-dontwarn net.bytebuddy.** -dontwarn net.bytebuddy.**
-dontwarn org.mockito.** -dontwarn org.mockito.**
# --- Apache ---
-keep class org.apache.http.** { *; } -keep class org.apache.http.** { *; }
-dontwarn org.apache.http.** -dontwarn org.apache.**
-keep class android.support.v7.widget.ShareActionProvider { *; } # --- /Apache ---
# --- Butter Knife --- # --- Butter Knife ---
# Finder.castParam() is stripped when not needed and ProGuard notes it # Finder.castParam() is stripped when not needed and ProGuard notes it