diff --git a/android/app/build.gradle b/android/app/build.gradle index 44c395d..f32b429 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) { } android { - compileSdkVersion 33 + compileSdkVersion 34 ndkVersion '21.4.7075529' sourceSets { @@ -46,7 +46,7 @@ android { defaultConfig { applicationId "com.fluwix" minSdkVersion 23 - targetSdkVersion 33 + targetSdkVersion 34 versionCode flutterVersionCode.toInteger() versionName flutterVersionName }