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 41951b895a
commit e0417bdcf9
1 changed files with 1 additions and 1 deletions

View File

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