Bump glideVersion from 4.13.1 to 4.13.2 (#1916)

This commit is contained in:
dependabot[bot] 2022-05-05 09:56:19 +08:00 committed by GitHub
parent d54eddbb25
commit b0e9c30866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ materialThemeBuilder {
} }
dependencies { dependencies {
val glideVersion = "4.13.1" val glideVersion = "4.13.2"
val navVersion: String by project val navVersion: String by project
annotationProcessor("com.github.bumptech.glide:compiler:$glideVersion") annotationProcessor("com.github.bumptech.glide:compiler:$glideVersion")
implementation("androidx.activity:activity:1.4.0") implementation("androidx.activity:activity:1.4.0")