From 153f5e09d81604a616655c5b2f9fc23fcea4b0ba Mon Sep 17 00:00:00 2001 From: Alexander Bakker Date: Sat, 4 Dec 2021 11:54:02 +0100 Subject: [PATCH] Update dependencies --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b1b33ecd..edba9d00 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -128,18 +128,18 @@ dependencies { def junitVersion = '4.13.2' def libsuVersion = '3.1.2' - annotationProcessor 'androidx.annotation:annotation:1.2.0' + annotationProcessor 'androidx.annotation:annotation:1.3.0' annotationProcessor "com.github.bumptech.glide:compiler:${glideVersion}" implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.appcompat:appcompat:1.4.0' implementation "androidx.biometric:biometric:1.1.0" implementation "androidx.camera:camera-camera2:$cameraxVersion" implementation "androidx.camera:camera-lifecycle:$cameraxVersion" - implementation "androidx.camera:camera-view:1.0.0-alpha30" + implementation "androidx.camera:camera-view:1.0.0-alpha31" implementation 'androidx.cardview:cardview:1.0.0' implementation "androidx.core:core:1.7.0" - implementation 'androidx.constraintlayout:constraintlayout:2.1.1' + implementation 'androidx.constraintlayout:constraintlayout:2.1.2' implementation 'androidx.documentfile:documentfile:1.0.1' implementation "androidx.lifecycle:lifecycle-process:2.4.0" implementation 'androidx.preference:preference:1.1.1'