Browse Source

imp: upgrade compileSdkVersion of plugin

flutter-beta
juliansteenbakker 4 years ago
parent
commit
2e9a3ced7a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      android/build.gradle

+ 2
- 1
android/build.gradle View File

@@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 30
compileSdkVersion 31

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
@@ -33,6 +33,7 @@ android {
defaultConfig {
// minSdkVersion is determined by Native View.
minSdkVersion 20
targetSdkVersion 31
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}


Loading…
Cancel
Save