Add support for predictive back gesture

This commit is contained in:
Alexander Bakker 2022-10-10 22:32:30 +02:00
parent c6888b11df
commit ad77bd687f
15 changed files with 395 additions and 212 deletions

View file

@ -131,6 +131,7 @@ dependencies {
annotationProcessor "com.github.bumptech.glide:compiler:${glideVersion}"
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.activity:activity:1.6.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation "androidx.biometric:biometric:1.1.0"
implementation "androidx.camera:camera-camera2:$cameraxVersion"