Update android/app/build.gradle
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user