Skip to content

Commit 6c83cb3

Browse files
authored
Update proguard-rules.pro
1 parent 149b1b8 commit 6c83cb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

android/app/proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
-keep class com.google.j2objc.annotations.** { *; }
22
-keep class com.google.common.collect.ImmutableSet { *; }
33
-keep class com.google.common.collect.ImmutableMap { *; }
4+
-keep class com.google.j2objc.annotations.RetainedWith { *; }
5+
-keepclassmembers class com.google.common.collect.ImmutableSet { *; }
6+
-keepclassmembers class com.google.common.collect.ImmutableMap { *; }

0 commit comments

Comments
 (0)