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-10-10 16:31:37 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-10-10 16:40:16 +0300
commit7abf91b989ddcaefaeb10992ddd76989ad916d56 (patch)
treeb364dd130f7a1fa22947768088b69dd191721832
parent1ce4bce7b53a3267c19b07165df387281481b072 (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 27dfa817..eacbe4f0 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'
// Android X
implementation 'androidx.appcompat:appcompat:1.5.1'