Skip to content

Commit 5ab7624

Browse files
Update to latest CameraX library.
Signed-off-by: Keith Conger <keith.conger@blackboxembedded.com>
1 parent 0c3aca6 commit 5ab7624

4 files changed

Lines changed: 400 additions & 396 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
4747
exclude group: 'com.android.support', module: 'support-annotations'
4848
})
49-
def camerax_version = "1.2.3"
49+
def camerax_version = "1.4.2"
5050
implementation "androidx.camera:camera-core:$camerax_version"
5151
implementation "androidx.camera:camera-camera2:$camerax_version"
5252
implementation "androidx.camera:camera-lifecycle:$camerax_version"

0 commit comments

Comments
 (0)