From 0dafb3ad6511524d3f3cb0f018692b75e140b5bb Mon Sep 17 00:00:00 2001 From: tom79 Date: Sat, 7 Mar 2020 12:24:04 +0100 Subject: [PATCH] change lib --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index cfecf78f9..407c0abc4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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.