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.