From 3c4fa61af0e9f15d1a03376b93d57d55ac72fd95 Mon Sep 17 00:00:00 2001 From: ichlubna <43234438+ichlubna@users.noreply.github.com> Date: Tue, 16 Jul 2024 18:13:26 +0200 Subject: [PATCH] SDK version (#185) --- .vscode/settings.json | 4 ++-- android/app/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1e3b4704..2ec6d287 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,8 +9,8 @@ ], "editor.defaultFormatter": "Dart-Code.dart-code", "editor.codeActionsOnSave": { - "source.organizeImports": true, - "source.fixAll": true + "source.organizeImports": "explicit", + "source.fixAll": "explicit" } }, "editor.formatOnSave": true, diff --git a/android/app/build.gradle b/android/app/build.gradle index 8b7240c5..bd8458bc 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -51,7 +51,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-build-configuration. minSdkVersion 21 - targetSdkVersion 33 + targetSdkVersion 34 versionCode flutterVersionCode.toInteger() versionName flutterVersionName multiDexEnabled true