kopia lustrzana https://github.com/ryukoposting/Signal-Android
Enable Java8 core library desugaring.
rodzic
24ac705fe8
commit
3caebb8613
|
@ -148,6 +148,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
coreLibraryDesugaringEnabled true
|
||||||
sourceCompatibility JAVA_VERSION
|
sourceCompatibility JAVA_VERSION
|
||||||
targetCompatibility JAVA_VERSION
|
targetCompatibility JAVA_VERSION
|
||||||
}
|
}
|
||||||
|
@ -319,6 +320,8 @@ android {
|
||||||
dependencies {
|
dependencies {
|
||||||
lintChecks project(':lintchecks')
|
lintChecks project(':lintchecks')
|
||||||
|
|
||||||
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
||||||
|
|
||||||
implementation ('androidx.appcompat:appcompat:1.2.0') {
|
implementation ('androidx.appcompat:appcompat:1.2.0') {
|
||||||
force = true
|
force = true
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue