bump glide version

This commit is contained in:
dkanada 2020-09-21 03:42:14 +09:00
commit 2e686ef44e
14 changed files with 103 additions and 95 deletions

View file

@ -80,6 +80,6 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.6.2'
implementation 'com.squareup.retrofit2:converter-gson:2.5.0'
implementation 'com.github.bumptech.glide:glide:3.8.0'
implementation 'com.github.bumptech.glide:okhttp3-integration:1.5.0'
implementation 'com.github.bumptech.glide:glide:4.11.0'
implementation 'com.github.bumptech.glide:okhttp3-integration:4.11.0'
}