sdk version changed

master
Sneha 1 month ago
parent cdfd9471a6
commit bad05f3a2b

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

Loading…
Cancel
Save