chore: Set compileSdkVersion to 31
Should fix build Android with Flutter 2.10
This commit is contained in:
parent
2c550fe975
commit
3bae98cff3
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) {
|
|||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 30
|
||||
compileSdkVersion 31
|
||||
|
||||
sourceSets {
|
||||
main.java.srcDirs += 'src/main/kotlin'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue