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-05-05 17:47:20 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-05-05 18:20:31 +0300
commit5d7c5e23310078362e6352f48420c1ecfc8cf04c (patch)
tree9297803ebcbf68ff5fb9dcd75e7fc9efe48b8d50
parent68a625aa1af33a9fb31be64c373881f44a174f88 (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 8177e95b..e929e73f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -88,7 +88,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'
// Android X
implementation 'androidx.appcompat:appcompat:1.4.1'