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-28 15:13:53 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-09-28 16:18:22 +0300
commitc6c0fb6a126599e99b2041b480c340d3ca118ea4 (patch)
tree08be02fd94591b3e29bd47b31aeb7f56ec0f55f7
parent9e3325eb3374b20662ef0f9aeb438ff5c0a9a894 (diff)
Bump compiler from 4.13.2 to 4.14.0
Bumps [compiler](https://github.com/bumptech/glide) from 4.13.2 to 4.14.0. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.13.2...v4.14.0) --- updated-dependencies: - 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>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 24b8d928f..74930a7c5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -89,7 +89,7 @@ dependencies {
// Glide
implementation 'com.github.bumptech.glide:glide:4.13.2'
- annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2'
+ annotationProcessor 'com.github.bumptech.glide:compiler:4.14.0'
// Image compression
implementation 'id.zelory:compressor:3.0.1'