Bump glideVersion from 4.13.0 to 4.13.1 (#1720)

This commit is contained in:
dependabot[bot] 2022-02-23 21:41:54 +00:00 committed by GitHub
parent e1508a16f4
commit 3701033061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ afterEvaluate {
}
dependencies {
val glideVersion = "4.13.0"
val glideVersion = "4.13.1"
val navVersion: String by rootProject.extra
annotationProcessor("com.github.bumptech.glide:compiler:$glideVersion")
implementation("androidx.activity:activity:1.4.0")