Merge pull request #2344 from gedoor/dependabot/gradle/app/glideVersion-4.14.0

Bump glideVersion from 4.13.2 to 4.14.0 in /app
This commit is contained in:
kunfei 2022-09-28 14:59:45 +08:00 committed by GitHub
commit 0ce5c3db78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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