Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump glideVersion from 4.15.1 to 4.16.0
Browse files Browse the repository at this point in the history
Bumps `glideVersion` from 4.15.1 to 4.16.0.

Updates `com.github.bumptech.glide:glide` from 4.15.1 to 4.16.0
- [Release notes](https://github.com/bumptech/glide/releases)
- [Commits](bumptech/glide@v4.15.1...v4.16.0)

Updates `com.github.bumptech.glide:ksp` from 4.15.1 to 4.16.0
- [Release notes](https://github.com/bumptech/glide/releases)
- [Commits](bumptech/glide@v4.15.1...v4.16.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:ksp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Sep 18, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d5a82de commit 53ca66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -229,7 +229,7 @@ dependencies {
appImplementation 'com.google.protobuf:protobuf-javalite:3.23.4'

//Glide
def glideVersion = "4.15.1"
def glideVersion = "4.16.0"
implementation("com.github.bumptech.glide:glide:$glideVersion")
//kapt("com.github.bumptech.glide:compiler:$glideVersion")
ksp("com.github.bumptech.glide:ksp:$glideVersion")

0 comments on commit 53ca66d

Please sign in to comment.