Skip to content

Commit

Permalink
fix(deps): update dependency com.github.bumptech.glide:glide to v4
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 57c43e0 commit a87ce2b
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
Expand Up @@ -310,7 +310,7 @@ dependencies {
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.29'
implementation 'com.github.nextcloud-deps:qrcodescanner:0.1.2.4' // 'com.github.blikoon:QRCodeScanner:0.1.2'
implementation 'com.google.android.flexbox:flexbox:3.0.0'
implementation('com.github.bumptech.glide:glide:3.8.0') {
implementation('com.github.bumptech.glide:glide:4.16.0') {
exclude group: "com.android.support"
}
implementation 'com.caverock:androidsvg:1.4'
Expand Down

0 comments on commit a87ce2b

Please sign in to comment.