This commit is contained in:
Hamza-Ayed
2023-11-20 15:46:22 +03:00
parent 64cdc55845
commit 990b507cc3
12 changed files with 357 additions and 64 deletions

View File

@@ -14,12 +14,12 @@ if (flutterRoot == null) {
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
if (flutterVersionCode == null) {
flutterVersionCode = '8'
flutterVersionCode = '11'
}
def flutterVersionName = localProperties.getProperty('flutter.versionName')
if (flutterVersionName == null) {
flutterVersionName = '2.1.2'
flutterVersionName = '1.1.1'
}
apply plugin: 'com.android.application'
@@ -55,8 +55,8 @@ android {
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion 23
targetSdkVersion flutter.targetSdkVersion
versionCode 10
versionName '1.1.0'
versionCode 11
versionName '1.1.1'
}
signingConfigs {