Skip to content

Commit e3bb9f6

Browse files
authored
Update build.gradle
1 parent 84b33c6 commit e3bb9f6

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
@@ -49,7 +49,7 @@ dependencies {
4949
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
5050

5151
// CameraX core library using the camera2 implementation
52-
def camerax_version = "1.1.0"
52+
def camerax_version = "1.4.1"
5353
// The following line is optional, as the core library is included indirectly by camera-camera2
5454
implementation "androidx.camera:camera-core:${camerax_version}"
5555
implementation "androidx.camera:camera-camera2:${camerax_version}"

0 commit comments

Comments
 (0)