Update android/app/build.gradle

This commit is contained in:
2026-09-15 11:37:09 +00:00
parent 03b86eb298
commit 67ae7b6900
+1 -1
View File
@@ -47,7 +47,7 @@ android {
// You can update the following values to match your application needs. // You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
// OLD: minSdkVersion flutter.minSdkVersion // resolves <23 on some SDKs - manifest merge fails for permission_handler/geolocator/mobile_scanner - by Azmat // OLD: minSdkVersion flutter.minSdkVersion // resolves <23 on some SDKs - manifest merge fails for permission_handler/geolocator/mobile_scanner - by Azmat
minSdkVersion 23 minSdkVersion 24
targetSdkVersion flutter.targetSdkVersion targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger() versionCode flutterVersionCode.toInteger()
versionName flutterVersionName versionName flutterVersionName