android build name and code added.

merge-requests/1/head
Sikander Saleem 3 years ago
parent 4af0c3c9b0
commit 4fbefdf4e2

@ -49,8 +49,8 @@ android {
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion 21
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
versionCode 1
versionName '1.0.0'
}
signingConfigs {

@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.7.4+1
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"

Loading…
Cancel
Save