Skip to content

Commit b6fb785

Browse files
committed
Update proguard rules to reduce warnings
1 parent cd76501 commit b6fb785

File tree

11 files changed

+30
-0
lines changed

11 files changed

+30
-0
lines changed

admob/app/proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@
1515
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
1616
# public *;
1717
#}
18+
19+
-keepattributes EnclosingMethod
20+
-keepattributes InnerClasses

analytics/app/proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@
1515
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
1616
# public *;
1717
#}
18+
19+
-keepattributes EnclosingMethod
20+
-keepattributes InnerClasses

app-indexing/app/proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@
1515
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
1616
# public *;
1717
#}
18+
19+
-keepattributes EnclosingMethod
20+
-keepattributes InnerClasses

auth/app/proguard-rules.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
-keepattributes Signature
2020
-keepattributes *Annotation*
21+
-keepattributes EnclosingMethod
22+
-keepattributes InnerClasses
2123

2224
# Required for Twitter Authentication
2325
# https://docs.fabric.io/android/twitter/twitter.html#set-up-kit

config/app/proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@
1515
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
1616
# public *;
1717
#}
18+
19+
-keepattributes EnclosingMethod
20+
-keepattributes InnerClasses

crash/app/proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@
1515
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
1616
# public *;
1717
#}
18+
19+
-keepattributes EnclosingMethod
20+
-keepattributes InnerClasses

database/app/proguard-rules.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
-keepattributes Signature
2020
-keepattributes *Annotation*
21+
-keepattributes EnclosingMethod
22+
-keepattributes InnerClasses
2123

2224
-keep class com.google.firebase.quickstart.database.viewholder.** {
2325
*;

dynamiclinks/app/proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@
1515
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
1616
# public *;
1717
#}
18+
19+
-keepattributes EnclosingMethod
20+
-keepattributes InnerClasses

invites/app/proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@
1515
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
1616
# public *;
1717
#}
18+
19+
-keepattributes EnclosingMethod
20+
-keepattributes InnerClasses

messaging/app/proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@
1515
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
1616
# public *;
1717
#}
18+
19+
-keepattributes EnclosingMethod
20+
-keepattributes InnerClasses

0 commit comments

Comments
 (0)