Skip to content

Commit

Permalink
build.gradle 指定ProGuard规则
Browse files Browse the repository at this point in the history
  • Loading branch information
VillagerTom committed Dec 22, 2024
1 parent ea1cd8e commit 9eaaf72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ android {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.release
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
//applicationId "com.orz12.PiliPalaX.debug"
Expand Down

0 comments on commit 9eaaf72

Please sign in to comment.