Przeglądaj źródła

imp: upgrade compileSdkVersion of plugin

flutter-beta
juliansteenbakker 4 lat temu
rodzic
commit
2e9a3ced7a
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      android/build.gradle

+ 2
- 1
android/build.gradle Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz