reverting glide back to 4.10.0, it is too unstable
This commit is contained in:
parent
4f3034703d
commit
7203b0c075
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ buildscript {
|
|||
propMinSdkVersion = 21
|
||||
propTargetSdkVersion = propCompileSdkVersion
|
||||
propVersionCode = 1
|
||||
propVersionName = '5.27.6'
|
||||
propVersionName = '5.27.7'
|
||||
kotlin_version = '1.3.72'
|
||||
}
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue