From 3bae98cff372209ec0b6b65548d2892b5465a404 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Sun, 6 Feb 2022 12:52:16 +0000 Subject: [PATCH] chore: Set compileSdkVersion to 31 Should fix build Android with Flutter 2.10 --- 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 39c920e83..d8b2adc84 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) { } android { - compileSdkVersion 30 + compileSdkVersion 31 sourceSets { main.java.srcDirs += 'src/main/kotlin'