Update dependencies

pull/875/head
Alexander Bakker 3 years ago
parent cf63f5bef2
commit 153f5e09d8

@ -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'

Loading…
Cancel
Save