Skip to content

Commit 978fe61

Browse files
authored
Merge pull request #722 from aravind3566/aravind3566-camerax_version-bump
Upgrade CameraX Version from 1.1.0 to 1.4.2
2 parents 3abe9c9 + 7f6110e commit 978fe61

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.2"
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)