davidliu
Committed by GitHub

Update CameraX dependency to 1.4.2 (#694)

---
"client-sdk-android": patch
---
Update CameraX dependency to 1.4.2
... ...
... ... @@ -3,7 +3,7 @@ webrtc = "125.6422.07"
androidJainSipRi = "1.3.0-91"
androidx-activity = "1.9.0"
androidx-camera = "1.3.3"
androidx-camera = "1.4.2"
androidx-core = "1.13.1"
androidx-fragment = "1.5.1"
androidx-lifecycle = "2.8.0"
... ...
... ... @@ -71,7 +71,7 @@ dokkaHtml {
dependencies {
implementation(project(":livekit-android-sdk"))
api(project(":livekit-android-sdk"))
implementation libs.timber
implementation libs.coroutines.lib
implementation libs.androidx.annotation
... ...