mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 12:25:57 +03:00
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>
This commit is contained in:
parent
19ffa0ea04
commit
0254244c2c
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ android {
|
|||
}
|
||||
|
||||
ext {
|
||||
glideVersion = '4.15.1'
|
||||
glideVersion = '4.16.0'
|
||||
roomVersion = "2.5.1"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue