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-02-24 18:04:15 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-02-24 20:12:43 +0300
commit055052c1b6d4ba8817d60b303b2523c14fa56ac6 (patch)
tree88555e57522548fddf14c4294cba3f263a79e261
parent10b00c51bb18c81f2671e70f19e127d95166d8bb (diff)
Bump compiler from 4.13.0 to 4.13.1
Bumps [compiler](https://github.com/bumptech/glide) from 4.13.0 to 4.13.1. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.13.0...v4.13.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 43101d62..70b166ba 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -88,7 +88,7 @@ dependencies {
// Glide
implementation 'com.github.bumptech.glide:glide:4.13.1'
- annotationProcessor 'com.github.bumptech.glide:compiler:4.13.0'
+ annotationProcessor 'com.github.bumptech.glide:compiler:4.13.1'
// Android X
implementation 'androidx.appcompat:appcompat:1.4.1'