This commit is contained in:
Hamza-Ayed
2024-09-11 14:59:13 +03:00
parent 8df852ab66
commit 82298e7c62
2 changed files with 7 additions and 10 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 = 84
versionName = '1.5.84'
versionCode = 85
versionName = '1.5.85'
multiDexEnabled =true
}