sdk version changed

master
Sneha 1 month ago
parent cdfd9471a6
commit bad05f3a2b

@ -25,7 +25,7 @@ if (flutterVersionName == null) {
android { android {
namespace = "com.example.jenkins1" namespace = "com.example.jenkins1"
compileSdk = flutter.compileSdkVersion compileSdk = 33
ndkVersion = flutter.ndkVersion ndkVersion = flutter.ndkVersion
compileOptions { compileOptions {
@ -38,8 +38,8 @@ android {
applicationId = "com.example.jenkins1" applicationId = "com.example.jenkins1"
// 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.
minSdk = flutter.minSdkVersion minSdk = 21
targetSdk = flutter.targetSdkVersion targetSdk = 33
versionCode = flutterVersionCode.toInteger() versionCode = flutterVersionCode.toInteger()
versionName = flutterVersionName versionName = flutterVersionName
} }

Loading…
Cancel
Save