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 }