We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10af9e7 commit 3263739Copy full SHA for 3263739
android/build.gradle
@@ -19,6 +19,7 @@ android {
19
targetSdkVersion 31
20
versionCode 1
21
versionName '3.20.0'
22
+ consumerProguardFiles 'proguard-rules.pro'
23
}
24
lintOptions {
25
abortOnError false
android/proguard-rules.pro
@@ -0,0 +1,3 @@
1
+-dontwarn com.huawei.**
2
+
3
+-dontwarn com.google.android.play.integrity.**
0 commit comments