...
This commit is contained in:
@@ -229,6 +229,11 @@ dependencies {
|
||||
// (선택) CameraX 확장 라이브러리 (보케, HDR 등)
|
||||
implementation("androidx.camera:camera-extensions:$camerax_version")
|
||||
|
||||
implementation("com.google.mlkit:translate:17.0.3") // 버전 살짝 업그레이드 권장
|
||||
implementation("com.google.mlkit:language-id:17.0.5")
|
||||
implementation("com.google.android.gms:play-services-base:18.5.0")
|
||||
implementation("com.google.mlkit:common:18.11.0")
|
||||
|
||||
constraints {
|
||||
// ⚠️ 이 버전을 프로젝트 루트의 build.gradle.kts에 정의된 kotlinVersion 값과 정확히 일치시키세요.
|
||||
val targetKotlinVersion = "2.0.20"
|
||||
|
||||
Reference in New Issue
Block a user