From ba333d64bff3a1f0613fdce137eeb97ba311a943 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Mon, 21 Nov 2022 16:31:29 +0000 Subject: [PATCH] chore: Increase targetSdkVersion to 31 --- 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 2ea90145..bf972f30 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -45,7 +45,7 @@ android { defaultConfig { applicationId "chat.fluffy.fluffychat" minSdkVersion 16 - targetSdkVersion 30 + targetSdkVersion 31 versionCode flutterVersionCode.toInteger() versionName flutterVersionName testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"