fix: 使用正式签名 + APK入库
This commit is contained in:
parent
8687bbb86a
commit
f4c5369792
@ -30,11 +30,18 @@ android {
|
|||||||
versionName = flutter.versionName
|
versionName = flutter.versionName
|
||||||
}
|
}
|
||||||
|
|
||||||
|
signingConfigs {
|
||||||
|
release {
|
||||||
|
storeFile file('/home/ubuntu/banxiang-release.jks')
|
||||||
|
storePassword 'banxiang2026'
|
||||||
|
keyAlias 'banxiang'
|
||||||
|
keyPassword 'banxiang2026'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
// TODO: Add your own signing config for the release build.
|
signingConfig = signingConfigs.release
|
||||||
// Signing with the debug keys for now, so `flutter run --release` works.
|
|
||||||
signingConfig = signingConfigs.debug
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
releases/banxiang-v1.2.0-about.apk
Normal file
BIN
releases/banxiang-v1.2.0-about.apk
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user