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

github.com/stefan-niedermann/nextcloud-notes.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 16:29:29 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-09-28 16:54:57 +0300
commit6b50152eb3abe0af37dca3f0fc3f340edff0bc5d (patch)
treed153fae2cb0d91e8b5e9d7ff8d4c514ca3b2fd94
parent739db4ae273fe7f05458a42f4d8f49a2596c23d0 (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 2ac37dea..10c32b73 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.13.2'
+ annotationProcessor 'com.github.bumptech.glide:compiler:4.14.0'
// Android X
implementation 'androidx.appcompat:appcompat:1.5.1'