aboutsummaryrefslogtreecommitdiff
path: root/input/autofill/AutofillFramework/afservice/proguard-rules.pro
diff options
context:
space:
mode:
Diffstat (limited to 'input/autofill/AutofillFramework/afservice/proguard-rules.pro')
-rw-r--r--input/autofill/AutofillFramework/afservice/proguard-rules.pro9
1 files changed, 7 insertions, 2 deletions
diff --git a/input/autofill/AutofillFramework/afservice/proguard-rules.pro b/input/autofill/AutofillFramework/afservice/proguard-rules.pro
index a313042c..fc3ef4ef 100644
--- a/input/autofill/AutofillFramework/afservice/proguard-rules.pro
+++ b/input/autofill/AutofillFramework/afservice/proguard-rules.pro
@@ -4,7 +4,11 @@
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
-
+# Disable warnings from the following packages
+-dontwarn okio.**
+-dontwarn retrofit2.Platform$Java8
+-dontwarn com.google.common.**
+-dontwarn com.google.errorprone.annotations.**
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
@@ -21,4 +25,5 @@
#-renamesourcefileattribute SourceFile
-keep class com.google.common.base.Preconditions { *; }
-keep class android.arch.** { *; }
--keep com.example.android.autofill.service.** { *; } \ No newline at end of file
+-keep class com.example.android.autofill.service.** { *; }
+