Merge pull request #2402 from gedoor/dependabot/gradle/app/glideVersion-4.14.2

Bump glideVersion from 4.14.1 to 4.14.2 in /app
This commit is contained in:
kunfei 2022-10-10 14:46:05 +08:00 committed by GitHub
commit 77ccb1e1b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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