优化细节

This commit is contained in:
Jenly
2023-03-06 23:27:43 +08:00
parent 13ef5c70c1
commit 0abe6e8bfe
5 changed files with 30 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ android {
compileOptions {
coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
@@ -45,6 +46,8 @@ dependencies {
implementation deps.androidx.appcompat
implementation deps.androidx.constraintlayout
coreLibraryDesugaring deps.desugar_jdk
// implementation deps.kotlin
// implementation deps.corektx

Binary file not shown.