|
|
|
@ -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-build-configuration.
|
|
|
|
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
|
|
|
|
minSdkVersion 21
|
|
|
|
minSdkVersion 21
|
|
|
|
targetSdkVersion 34
|
|
|
|
targetSdkVersion 35
|
|
|
|
versionCode flutterVersionCode.toInteger()
|
|
|
|
versionCode flutterVersionCode.toInteger()
|
|
|
|
versionName flutterVersionName
|
|
|
|
versionName flutterVersionName
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|