fix: 使用正式签名 + APK入库

This commit is contained in:
Ubuntu 2026-02-20 00:50:21 +08:00
parent 8687bbb86a
commit f4c5369792
2 changed files with 10 additions and 3 deletions

View File

@ -30,11 +30,18 @@ android {
versionName = flutter.versionName
}
signingConfigs {
release {
storeFile file('/home/ubuntu/banxiang-release.jks')
storePassword 'banxiang2026'
keyAlias 'banxiang'
keyPassword 'banxiang2026'
}
}
buildTypes {
release {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig = signingConfigs.debug
signingConfig = signingConfigs.release
}
}
}

Binary file not shown.