添加了初始化界面,修复了人脸数据更新后不能识别的问题
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
[versions]
|
||||
agp = "8.10.1"
|
||||
core = "3.4.1"
|
||||
androidCore = "3.3.0"
|
||||
glide = "4.16.0"
|
||||
kotlin = "2.0.21"
|
||||
coreKtx = "1.10.1"
|
||||
@@ -25,6 +27,8 @@ lifecycleViewmodelKtx = "2.8.3"
|
||||
lifecycleRuntimeKtx = "2.8.3"
|
||||
|
||||
[libraries]
|
||||
android-core = { module = "com.google.zxing:android-core", version.ref = "androidCore" }
|
||||
core = { module = "com.google.zxing:core", version.ref = "core" }
|
||||
glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
|
||||
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||||
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
||||
|
||||
Reference in New Issue
Block a user