Bump glideVersion from 4.14.0 to 4.14.1 (#2147)
Bumps `glideVersion` from 4.14.0 to 4.14.1. Updates `compiler` from 4.14.0 to 4.14.1 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.14.0...v4.14.1) Updates `glide` from 4.14.0 to 4.14.1 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.14.0...v4.14.1) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:compiler dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.github.bumptech.glide:glide dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ef3129325b
commit
7ea53ab292
|
|
@ -136,7 +136,7 @@ materialThemeBuilder {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
val glideVersion = "4.14.0"
|
||||
val glideVersion = "4.14.1"
|
||||
val navVersion: String by project
|
||||
annotationProcessor("com.github.bumptech.glide:compiler:$glideVersion")
|
||||
implementation("androidx.activity:activity:1.5.1")
|
||||
|
|
|
|||
Loading…
Reference in New Issue