Skip to content

Commit

Permalink
fix(android): update Glide
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVann committed Sep 15, 2021
1 parent 0754f6d commit 86edd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repositories {
mavenCentral()
}

def glideVersion = safeExtGet('glideVersion', '4.11.0')
def glideVersion = safeExtGet('glideVersion', '4.12.0')

dependencies {
//noinspection GradleDynamicVersion
Expand Down

0 comments on commit 86edd7f

Please sign in to comment.