Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-14 15:58:22 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2023-03-14 18:33:44 +0300
commit877a237fa158917f1b5491739cb63ac8b4fb09ad (patch)
treee8c894134837667fd707b832baadca0cee76328c
parent4a8e71f1b7907185559a5cac8fd6eb957cccbb75 (diff)
build(deps): Bump com.github.bumptech.glide:compiler
Bumps [com.github.bumptech.glide:compiler](https://github.com/bumptech/glide) from 4.15.0 to 4.15.1. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.15.0...v4.15.1) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:compiler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index ebdd7e345..3d8f0464a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -94,7 +94,7 @@ dependencies {
// Glide
implementation 'com.github.bumptech.glide:glide:4.15.0'
- annotationProcessor 'com.github.bumptech.glide:compiler:4.15.0'
+ annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1'
// Image compression
implementation 'id.zelory:compressor:3.0.1'