From a5ede889c012e18300b2a6e8b554a949a4a26305 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Wed, 10 Nov 2021 00:24:25 +0100 Subject: [PATCH] bump cam libs Signed-off-by: Andy Scherzinger --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 25c1699ff..30be6d647 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -187,9 +187,9 @@ dependencies { ktlint "com.pinterest:ktlint:0.43.0" implementation 'org.conscrypt:conscrypt-android:2.5.2' - implementation 'androidx.camera:camera-core:1.0.1' - implementation 'androidx.camera:camera-camera2:1.0.1' - implementation 'androidx.camera:camera-lifecycle:1.0.1' + implementation 'androidx.camera:camera-core:1.0.2' + implementation 'androidx.camera:camera-camera2:1.0.2' + implementation 'androidx.camera:camera-lifecycle:1.0.2' implementation 'androidx.camera:camera-view:1.0.0-alpha28' implementation "androidx.exifinterface:exifinterface:1.3.3"