change lib

This commit is contained in:
tom79 2020-03-07 12:24:04 +01:00
parent 43b3370c31
commit 0dafb3ad65
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha01'
implementation 'androidx.browser:browser:1.2.0'
implementation 'androidx.exifinterface:exifinterface:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.2'
implementation 'androidx.constraintlayout:constraintlayout:1.0.2'
implementation "com.github.bumptech.glide:glide:4.11.0"
implementation ("com.github.bumptech.glide:recyclerview-integration:4.11.0") {
// Excludes the support library because it's already included by Glide.