Skip to content

Commit

Permalink
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:compiler` 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:compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2023
1 parent 7c9f4ab commit 3a7a428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-viewmodel:$lifecycleVersion")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycleVersion")

val glideVersion = "4.15.1"
val glideVersion = "4.16.0"
implementation("com.github.bumptech.glide:glide:$glideVersion")
kapt("com.github.bumptech.glide:compiler:$glideVersion")
}
Expand Down

0 comments on commit 3a7a428

Please sign in to comment.