Skip to content

Commit

Permalink
add proguard rule
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyHuRadar committed Feb 26, 2025
1 parent 10af9e7 commit 3263739
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ android {
targetSdkVersion 31
versionCode 1
versionName '3.20.0'
consumerProguardFiles 'proguard-rules.pro'
}
lintOptions {
abortOnError false
Expand Down
3 changes: 3 additions & 0 deletions android/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-dontwarn com.huawei.**

-dontwarn com.google.android.play.integrity.**

0 comments on commit 3263739

Please sign in to comment.