release 1.0

This commit is contained in:
jyuesong
2022-01-18 14:50:03 +08:00
parent b9767339ec
commit 0456f99c21
3 changed files with 27 additions and 5 deletions

View File

@@ -42,17 +42,18 @@ android {
}
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "work.master.qinglongapp"
minSdkVersion 21
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
ndk {
abiFilters 'armeabi-v7a'
}
}
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
}