Bump glideVersion from 4.14.2 to 4.15.0 in /app
Bumps `glideVersion` from 4.14.2 to 4.15.0. Updates `com.github.bumptech.glide:glide` from 4.14.2 to 4.15.0 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.14.2...v4.15.0) Updates `com.github.bumptech.glide:compiler` from 4.14.2 to 4.15.0 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.14.2...v4.15.0) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:glide dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.github.bumptech.glide:compiler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
+1
-1
@@ -204,7 +204,7 @@ dependencies {
|
||||
appImplementation 'com.google.protobuf:protobuf-javalite:3.22.0'
|
||||
|
||||
//Glide
|
||||
def glideVersion = "4.14.2"
|
||||
def glideVersion = "4.15.0"
|
||||
implementation("com.github.bumptech.glide:glide:$glideVersion")
|
||||
kapt("com.github.bumptech.glide:compiler:$glideVersion")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user