Bump glideVersion from 4.12.0 to 4.13.0 (#1649)

This commit is contained in:
dependabot[bot] 2022-02-08 21:55:35 +00:00 committed by GitHub
parent aac5e6b35e
commit d78f64f9bf
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.12.0"
val glideVersion = "4.13.0"
val navVersion: String by rootProject.extra
annotationProcessor("com.github.bumptech.glide:compiler:$glideVersion")
implementation("androidx.activity:activity:1.4.0")