Merge pull request #2349 from gedoor/dependabot/gradle/app/glideVersion-4.14.1

Bump glideVersion from 4.14.0 to 4.14.1 in /app
This commit is contained in:
kunfei 2022-09-30 15:26:43 +08:00 committed by GitHub
commit 8ee74daf8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -215,7 +215,7 @@ dependencies {
implementation(fileTree(dir: 'cronetlib', include: ['*.jar', '*.aar']))
//Glide
def glideVersion = "4.14.0"
def glideVersion = "4.14.1"
implementation("com.github.bumptech.glide:glide:$glideVersion")
kapt("com.github.bumptech.glide:compiler:$glideVersion")