From bad05f3a2b0fbccb3d7e8e1f684dd24e319cb3ab Mon Sep 17 00:00:00 2001 From: Sneha Date: Wed, 18 Dec 2024 17:00:03 +0530 Subject: [PATCH] sdk version changed --- android/app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 96eddf7..34c7af3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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 }