From 7203b0c075d9309b986d19f9b0e71125bb61a15c Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 5 May 2020 16:09:37 +0200 Subject: [PATCH] reverting glide back to 4.10.0, it is too unstable --- build.gradle | 2 +- commons/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 7166d572b..385c37ef5 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { propMinSdkVersion = 21 propTargetSdkVersion = propCompileSdkVersion propVersionCode = 1 - propVersionName = '5.27.6' + propVersionName = '5.27.7' kotlin_version = '1.3.72' } diff --git a/commons/build.gradle b/commons/build.gradle index 81122285f..ddc851d8c 100644 --- a/commons/build.gradle +++ b/commons/build.gradle @@ -38,9 +38,9 @@ dependencies { api 'com.google.code.gson:gson:2.8.5' api 'com.duolingo.open:rtl-viewpager:1.0.3' - api 'com.github.bumptech.glide:glide:4.11.0' - kapt 'com.github.bumptech.glide:compiler:4.11.0' - annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0' + api 'com.github.bumptech.glide:glide:4.10.0' + kapt 'com.github.bumptech.glide:compiler:4.10.0' + annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0' } apply from: '../bintray-upload.gradle'