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>2023-08-22 04:14:23 +0300
committerGitHub <noreply@github.com>2023-08-22 04:14:23 +0300
commit0254244c2c018edbbb24d937d9cbd850d657ee40 (patch)
tree0672d64bdc375cb18ac503c986f690ca731e1e66
parent19ffa0ea048b9e63f1cd0f299fdd081061d67cb2 (diff)
build(deps): Bump glideVersion from 4.15.1 to 4.16.0
Bumps `glideVersion` from 4.15.1 to 4.16.0. Updates `com.github.bumptech.glide:glide` from 4.15.1 to 4.16.0 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.15.1...v4.16.0) Updates `com.github.bumptech.glide:compiler` from 4.15.1 to 4.16.0 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.15.1...v4.16.0) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:glide dependency-type: direct:production update-type: version-update:semver-minor - 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 974ef6ba..292d0499 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -68,7 +68,7 @@ android {
}
ext {
- glideVersion = '4.15.1'
+ glideVersion = '4.16.0'
roomVersion = "2.5.1"
}