diff --git a/app/android/app/build.gradle b/app/android/app/build.gradle index cf58a48..b8ae5d7 100644 --- a/app/android/app/build.gradle +++ b/app/android/app/build.gradle @@ -48,7 +48,7 @@ android { // 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. minSdkVersion 21 - targetSdkVersion flutter.targetSdkVersion + targetSdkVersion 34 versionCode flutterVersionCode.toInteger() versionName flutterVersionName multiDexEnabled true