davidliu
Committed by GitHub

Update CameraX dependency to 1.4.2 (#694)

  1 +---
  2 +"client-sdk-android": patch
  3 +---
  4 +
  5 +Update CameraX dependency to 1.4.2
@@ -3,7 +3,7 @@ webrtc = "125.6422.07" @@ -3,7 +3,7 @@ webrtc = "125.6422.07"
3 3
4 androidJainSipRi = "1.3.0-91" 4 androidJainSipRi = "1.3.0-91"
5 androidx-activity = "1.9.0" 5 androidx-activity = "1.9.0"
6 -androidx-camera = "1.3.3" 6 +androidx-camera = "1.4.2"
7 androidx-core = "1.13.1" 7 androidx-core = "1.13.1"
8 androidx-fragment = "1.5.1" 8 androidx-fragment = "1.5.1"
9 androidx-lifecycle = "2.8.0" 9 androidx-lifecycle = "2.8.0"
@@ -71,7 +71,7 @@ dokkaHtml { @@ -71,7 +71,7 @@ dokkaHtml {
71 71
72 dependencies { 72 dependencies {
73 73
74 - implementation(project(":livekit-android-sdk")) 74 + api(project(":livekit-android-sdk"))
75 implementation libs.timber 75 implementation libs.timber
76 implementation libs.coroutines.lib 76 implementation libs.coroutines.lib
77 implementation libs.androidx.annotation 77 implementation libs.androidx.annotation