Gradle SDK version

google moment
This commit is contained in:
Mercurio 2023-11-10 11:19:07 +01:00
parent fd1371fd30
commit 3b489503ec

View file

@ -45,8 +45,8 @@ android {
applicationId "com.olbiaphlee.openshock_android" applicationId "com.olbiaphlee.openshock_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.
minSdkVersion 30 minSdkVersion 32
targetSdkVersion 30 targetSdkVersion 32
versionCode flutterVersionCode.toInteger() versionCode flutterVersionCode.toInteger()
versionName flutterVersionName versionName flutterVersionName
} }