reverting glide back to 4.10.0, it is too unstable

This commit is contained in:
tibbi 2020-05-05 16:09:37 +02:00
parent 4f3034703d
commit 7203b0c075
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ buildscript {
propMinSdkVersion = 21
propTargetSdkVersion = propCompileSdkVersion
propVersionCode = 1
propVersionName = '5.27.6'
propVersionName = '5.27.7'
kotlin_version = '1.3.72'
}

View file

@ -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'