Skip to content

Commit ca943b5

Browse files
fix(deps): update camerax_version to v1.5.2 (#264)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be60e26 commit ca943b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
implementation 'org.apache.commons:commons-imaging:1.0.0-alpha6'
5656

5757
// CameraX dependencies
58-
def camerax_version = "1.5.1"
58+
def camerax_version = "1.5.2"
5959
implementation "androidx.camera:camera-core:${camerax_version}"
6060
implementation "androidx.camera:camera-camera2:${camerax_version}"
6161
implementation "androidx.camera:camera-lifecycle:${camerax_version}"

0 commit comments

Comments
 (0)