2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-04-09 09:28:10 +02:00

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

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