优化细节

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

@@ -27,6 +27,7 @@ android {
}
compileOptions {
coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
@@ -43,10 +44,13 @@ dependencies {
androidTestImplementation deps.test.runner
androidTestImplementation deps.test.espresso
coreLibraryDesugaring deps.desugar_jdk
compileOnly deps.androidx.appcompat
api deps.zxing
api deps.camera_core
api deps.camera_camera2
api deps.camera_lifecycle
api deps.camera_view
}