From 0bf387da14c562eae21b36897a53a300ea5b6717 Mon Sep 17 00:00:00 2001 From: Krille Date: Tue, 16 Jul 2024 08:48:45 +0200 Subject: [PATCH] build: Update android target sdk to 34 --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index aa8b76494..fba1b5189 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -45,7 +45,7 @@ android { defaultConfig { applicationId "chat.fluffy.fluffychat" minSdkVersion 21 - targetSdkVersion 33 + targetSdkVersion 34 versionCode flutterVersionCode.toInteger() versionName flutterVersionName testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"