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-10-10 15:17:05 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-10-10 15:44:24 +0300
commit1f08f709091c0af616030b0b47f038a0fc2cd366 (patch)
tree8ffadd06fa7f2940d73a638755d2d4e9dec79371
parent889fd339118b6147c29f932eaf22edb5d8cf0139 (diff)
Bump compiler from 4.14.1 to 4.14.2
Bumps [compiler](https://github.com/bumptech/glide) from 4.14.1 to 4.14.2. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.14.1...v4.14.2) --- 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 5a3325902..e4b553335 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -89,7 +89,7 @@ dependencies {
// Glide
implementation 'com.github.bumptech.glide:glide:4.14.1'
- annotationProcessor 'com.github.bumptech.glide:compiler:4.14.1'
+ annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2'
// Image compression
implementation 'id.zelory:compressor:3.0.1'