From f1f015df231c2c3508e385af70ffea2059242180 Mon Sep 17 00:00:00 2001 From: Krille Date: Tue, 29 Aug 2023 08:29:08 +0200 Subject: [PATCH] build: Update targetSdkVersion to 33 (Android 13) --- 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 a4dfbd701..923f82e0a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -45,7 +45,7 @@ android { defaultConfig { applicationId "chat.fluffy.fluffychat" minSdkVersion 19 - targetSdkVersion 31 + targetSdkVersion 33 versionCode flutterVersionCode.toInteger() versionName flutterVersionName testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"