This commit is contained in:
Hamza-Ayed
2024-08-31 09:09:11 +03:00
parent d23020188e
commit 8a9d270672
10 changed files with 387 additions and 121 deletions

View File

@@ -54,8 +54,8 @@ android {
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdk = 23
targetSdk = flutter.targetSdkVersion
versionCode = 77
versionName = '1.5.77'
versionCode = 79
versionName = '1.5.79'
multiDexEnabled =true
}