Skip to content

Commit e7cc03b

Browse files
authored
Update CameraX dependency to 1.4.2 (#694)
1 parent 3a3a955 commit e7cc03b

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.changeset/ten-guests-pretend.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"client-sdk-android": patch
3+
---
4+
5+
Update CameraX dependency to 1.4.2

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ webrtc = "125.6422.07"
33

44
androidJainSipRi = "1.3.0-91"
55
androidx-activity = "1.9.0"
6-
androidx-camera = "1.3.3"
6+
androidx-camera = "1.4.2"
77
androidx-core = "1.13.1"
88
androidx-fragment = "1.5.1"
99
androidx-lifecycle = "2.8.0"

livekit-android-camerax/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dokkaHtml {
7171

7272
dependencies {
7373

74-
implementation(project(":livekit-android-sdk"))
74+
api(project(":livekit-android-sdk"))
7575
implementation libs.timber
7676
implementation libs.coroutines.lib
7777
implementation libs.androidx.annotation

0 commit comments

Comments
 (0)