Skip to content

Commit

Permalink
update CameraX to 1.2.0-beta02
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Sep 29, 2022
1 parent 676e889 commit c5c5ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {
// work around conflict
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1")

val cameraVersion = "1.2.0-beta01"
val cameraVersion = "1.2.0-beta02"
implementation("androidx.camera:camera-core:$cameraVersion")
implementation("androidx.camera:camera-camera2:$cameraVersion")
implementation("androidx.camera:camera-lifecycle:$cameraVersion")
Expand Down

0 comments on commit c5c5ab2

Please sign in to comment.