Skip to content

Commit 31fc8c9

Browse files
committed
chore(Android): Update proguard rules
1 parent 084175d commit 31fc8c9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ android {
4848
buildTypes {
4949
release {
5050
minifyEnabled true
51+
proguardFiles "proguard-rules.pro"
5152
}
5253
}
5354

android/proguard-rules.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-dontwarn java.lang.invoke.StringConcatFactory

0 commit comments

Comments
 (0)