Upgrade glide to latest stable version

This commit is contained in:
Torsten Grote
2020-11-24 11:19:21 -03:00
parent c3cea37641
commit 6939d8d230
2 changed files with 5 additions and 5 deletions

View File

@@ -108,7 +108,7 @@ dependencies {
implementation 'com.vanniktech:emoji-google:0.6.0' // newer versions need minSdk 21
implementation 'com.github.kobakei:MaterialFabSpeedDial:1.2.1'
implementation 'com.github.chrisbanes:PhotoView:2.3.0'
def glideVersion = '4.10.0'
def glideVersion = '4.11.0'
implementation("com.github.bumptech.glide:glide:$glideVersion") {
exclude group: 'com.android.support'
exclude module: 'disklrucache' // when there's no disk cache, we can't accidentally use it