Skip to content

Commit

Permalink
🐛 fix(): 修复了云上签名文件为空的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
roselle-luo committed Nov 5, 2024
1 parent dab5e79 commit d237a9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ android {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
if(keystoreProperties['storeFile'] != null) {
signingConfig signingConfigs.release
}
}

debug {
Expand Down

0 comments on commit d237a9d

Please sign in to comment.