chore: Set compileSdkVersion to 31

Should fix build Android
with Flutter 2.10
This commit is contained in:
Krille Fear 2022-02-06 12:52:16 +00:00
parent 2c550fe975
commit 3bae98cff3

View file

@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) {
}
android {
compileSdkVersion 30
compileSdkVersion 31
sourceSets {
main.java.srcDirs += 'src/main/kotlin'