Skip to content

Commit

Permalink
Bump com.github.bumptech.glide:glide from 4.15.0 to 4.15.1
Browse files Browse the repository at this point in the history
Bumps [com.github.bumptech.glide:glide](https://github.com/bumptech/glide) from 4.15.0 to 4.15.1.
- [Release notes](https://github.com/bumptech/glide/releases)
- [Commits](bumptech/glide@v4.15.0...v4.15.1)

---
updated-dependencies:
- dependency-name: com.github.bumptech.glide:glide
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 2, 2023
1 parent f94f224 commit 0b5195d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -121,11 +121,11 @@ dependencies {
implementation 'androidx.paging:paging-runtime-ktx:3.1.1'

//Image downloading and Caching library
implementation 'com.github.bumptech.glide:glide:4.15.0'
implementation 'com.github.bumptech.glide:glide:4.15.1'
implementation "com.github.bumptech.glide:compose:1.0.0-alpha.1"
implementation 'io.coil-kt:coil-compose:2.2.2'
implementation 'com.caverock:androidsvg-aar:1.4'
kapt 'com.github.bumptech.glide:compiler:4.15.0'
kapt 'com.github.bumptech.glide:compiler:4.15.1'

//Permissions
implementation "com.google.accompanist:accompanist-permissions:$accompanist_version"
Expand Down

0 comments on commit 0b5195d

Please sign in to comment.