Skip to content

Commit

Permalink
Merge pull request #52 from LeoAndo/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
LeoAndo authored Feb 26, 2023
2 parents 915bdd0 + a8c5b68 commit 989a75b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ android {
}
buildTypes {
debug { signingConfig signingConfigs.debug }
release { signingConfig signingConfigs.release }
release {
minifyEnabled false
shrinkResources false
signingConfig signingConfigs.release
}
}
// Android 署名設定 - END
}
Expand Down

0 comments on commit 989a75b

Please sign in to comment.