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>2022-09-30 15:13:42 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-09-30 16:26:44 +0300
commitefb3aab4b99254ad9d457703e52473575de6eccc (patch)
tree2b0ba4242b495d27394f93262fc44b9a40867207
parentb01191044c889492a53720379c7ce5d588b4be4b (diff)
Bump compiler from 4.14.0 to 4.14.1
Bumps [compiler](https://github.com/bumptech/glide) from 4.14.0 to 4.14.1. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.14.0...v4.14.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 702e07396..78efd3832 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -89,7 +89,7 @@ dependencies {
// Glide
implementation 'com.github.bumptech.glide:glide:4.14.0'
- annotationProcessor 'com.github.bumptech.glide:compiler:4.14.0'
+ annotationProcessor 'com.github.bumptech.glide:compiler:4.14.1'
// Image compression
implementation 'id.zelory:compressor:3.0.1'