Skip to content

Commit 3263739

Browse files
committed
add proguard rule
1 parent 10af9e7 commit 3263739

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ android {
1919
targetSdkVersion 31
2020
versionCode 1
2121
versionName '3.20.0'
22+
consumerProguardFiles 'proguard-rules.pro'
2223
}
2324
lintOptions {
2425
abortOnError false

android/proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-dontwarn com.huawei.**
2+
3+
-dontwarn com.google.android.play.integrity.**

0 commit comments

Comments
 (0)