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-05-05 15:22:29 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-05-05 15:30:53 +0300
commitb1c9a36b567983d88cbb601089a1be55b34360fc (patch)
tree9e4e71bcb7b31172bfcf157eafe0da236d685486
parentfd54eef4a627cdd4a0abf23ea362f9a2a946a710 (diff)
Bump compiler from 4.13.1 to 4.13.2
Bumps [compiler](https://github.com/bumptech/glide) from 4.13.1 to 4.13.2. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.13.1...v4.13.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 b849dc447..be2c2551e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -85,7 +85,7 @@ dependencies {
// Glide
implementation 'com.github.bumptech.glide:glide:4.13.2'
- annotationProcessor 'com.github.bumptech.glide:compiler:4.13.1'
+ annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2'
// Image compression
implementation 'id.zelory:compressor:3.0.1'