人脸检测UI
This commit is contained in:
@@ -48,7 +48,17 @@ dependencies {
|
||||
testImplementation(libs.junit)
|
||||
androidTestImplementation(libs.androidx.junit)
|
||||
androidTestImplementation(libs.androidx.espresso.core)
|
||||
// RecyclerView
|
||||
implementation("androidx.recyclerview:recyclerview:1.3.2")
|
||||
|
||||
// OkHttp
|
||||
implementation("com.squareup.okhttp3:okhttp:4.12.0")
|
||||
|
||||
// Gson (用于解析 JSON)
|
||||
implementation("com.google.code.gson:gson:2.10.1")
|
||||
|
||||
// Kotlin 协程
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
|
||||
|
||||
// CameraX 用于相机预览
|
||||
implementation("androidx.camera:camera-camera2:1.3.0")
|
||||
|
||||
Reference in New Issue
Block a user