From 049fb5076d99534d2876df9cc29d9dfb2603f2ed 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 2ea901459..bf972f30f 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"