Increase compileSdkVersion to 31

This commit is contained in:
Ming Ming 2022-03-22 00:16:34 +08:00
parent c94c2708db
commit 701d2c40da
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
ext.abiCodes = ["armeabi-v7a": 1, "arm64-v8a": 2, "x86_64": 3]
android {
compileSdkVersion 30
compileSdkVersion 31
sourceSets {
main.java.srcDirs += 'src/main/kotlin'

View file

@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
android {
compileSdkVersion 30
compileSdkVersion 31
compileOptions {
coreLibraryDesugaringEnabled true