chore: Set compileSdkVersion to 31

Should fix build Android
with Flutter 2.10
onboarding
Krille Fear 3 years ago
parent 2c550fe975
commit 3bae98cff3

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

Loading…
Cancel
Save