Skip to content

Commit f50a314

Browse files
Bump glideVersion from 5.0.4 to 5.0.5
Bumps `glideVersion` from 5.0.4 to 5.0.5. Updates `com.github.bumptech.glide:glide` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](bumptech/glide@v5.0.4...v5.0.5) Updates `com.github.bumptech.glide:ksp` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](bumptech/glide@v5.0.4...v5.0.5) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:glide dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.github.bumptech.glide:ksp dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 538fcf3 commit f50a314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ dependencies {
113113
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
114114
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2")
115115

116-
val glideVersion = "5.0.4"
116+
val glideVersion = "5.0.5"
117117
implementation("com.github.bumptech.glide:glide:$glideVersion")
118118
ksp("com.github.bumptech.glide:ksp:$glideVersion")
119119
}

0 commit comments

Comments
 (0)