Procházet zdrojové kódy

imp: upgrade compileSdkVersion of plugin

flutter-beta
juliansteenbakker před 4 roky
rodič
revize
2e9a3ced7a
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      android/build.gradle

+ 2
- 1
android/build.gradle Zobrazit soubor

@@ -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
}


Načítá se…
Zrušit
Uložit