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
pull/2351/head
kunfei 2 years ago committed by GitHub
commit 8ee74daf8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/build.gradle

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

Loading…
Cancel
Save