We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b33c6 commit e3bb9f6Copy full SHA for e3bb9f6
android/build.gradle
@@ -49,7 +49,7 @@ dependencies {
49
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
50
51
// CameraX core library using the camera2 implementation
52
- def camerax_version = "1.1.0"
+ def camerax_version = "1.4.1"
53
// The following line is optional, as the core library is included indirectly by camera-camera2
54
implementation "androidx.camera:camera-core:${camerax_version}"
55
implementation "androidx.camera:camera-camera2:${camerax_version}"
0 commit comments