Skip to content

Commit

Permalink
Update camerax_version to v1.4.0 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent c0419bd commit 78b7547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ dependencies {
implementation "com.squareup.okhttp3:logging-interceptor:4.9.0"

//cameraX
def camerax_version = "1.3.4"
def camerax_version = "1.4.0"
implementation "androidx.camera:camera-camera2:${camerax_version}"
implementation "androidx.camera:camera-lifecycle:${camerax_version}"
implementation "androidx.camera:camera-view:${camerax_version}"
Expand Down

0 comments on commit 78b7547

Please sign in to comment.