Upgrade glide to 4.14.2
glide 4.14.1 -> 4.14.2
This commit is contained in:
parent
c4aecf20d7
commit
aecd6dfeed
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ dependencies {
|
|||
implementation("org.jellyfin.sdk:jellyfin-core:$jellyfinVersion")
|
||||
|
||||
// Glide
|
||||
val glideVersion = "4.14.1"
|
||||
val glideVersion = "4.14.2"
|
||||
implementation("com.github.bumptech.glide:glide:$glideVersion")
|
||||
kapt("com.github.bumptech.glide:compiler:$glideVersion")
|
||||
|
||||
|
|
Loading…
Reference in a new issue