Skip to content

Commit

Permalink
android: bump camerax to 1.4.0-rc04
Browse files Browse the repository at this point in the history
  • Loading branch information
z-dule committed Oct 30, 2024
1 parent 1b07f99 commit f79fcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'com.google.guava:guava:31.1-jre'

def camerax_version = "1.3.2"
def camerax_version = "1.4.0-rc04"
implementation "androidx.camera:camera-core:${camerax_version}"
implementation "androidx.camera:camera-camera2:${camerax_version}"
implementation "androidx.camera:camera-lifecycle:${camerax_version}"
Expand Down

0 comments on commit f79fcac

Please sign in to comment.