Enable Java8 core library desugaring.

fork-5.53.8
Alan Evans 2021-04-06 19:54:18 -03:00
rodzic 24ac705fe8
commit 3caebb8613
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -148,6 +148,7 @@ android {
}
compileOptions {
coreLibraryDesugaringEnabled true
sourceCompatibility JAVA_VERSION
targetCompatibility JAVA_VERSION
}
@ -319,6 +320,8 @@ android {
dependencies {
lintChecks project(':lintchecks')
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
implementation ('androidx.appcompat:appcompat:1.2.0') {
force = true
}