Confronta commit

...

1 Commit

Autore SHA1 Messaggio Data
  appeto dev 62333ff391 updated android/build.gradle to Java 11. 2 mesi fa
1 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. +5
    -2
      android/build.gradle

+ 5
- 2
android/build.gradle Vedi File

@@ -42,8 +42,11 @@ android {
// Flag to enable support for the new language APIs
coreLibraryDesugaringEnabled true
// Sets Java compatibility to Java 8
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
kotlinOptions {
jvmTarget = '11'
}
}



Caricamento…
Annulla
Salva