kopia lustrzana https://github.com/ryukoposting/Signal-Android
Enable Java8 core library desugaring.
rodzic
24ac705fe8
commit
3caebb8613
|
@ -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
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue