From 29d6c69e84de84b098eab195ab0a6c584e42a76b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 13:22:58 -0500 Subject: [PATCH] Bump horologist from 0.5.19 to 0.5.20 (#4170) Bumps `horologist` from 0.5.19 to 0.5.20. Updates `com.google.android.horologist:horologist-composables` from 0.5.19 to 0.5.20 - [Release notes](https://github.com/google/horologist/releases) - [Commits](https://github.com/google/horologist/compare/v0.5.19...v0.5.20) Updates `com.google.android.horologist:horologist-compose-layout` from 0.5.19 to 0.5.20 - [Release notes](https://github.com/google/horologist/releases) - [Commits](https://github.com/google/horologist/compare/v0.5.19...v0.5.20) --- updated-dependencies: - dependency-name: com.google.android.horologist:horologist-composables dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.android.horologist:horologist-compose-layout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9bf334a3c..b544a0df6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -68,7 +68,7 @@ wearInput = "1.2.0-alpha02" webkit = "1.10.0" wear-remote-interactions = "1.0.0" workRuntimeKtx = "2.9.0" -horologist = "0.5.19" +horologist = "0.5.20" [plugins] android-application = { id = "com.android.application", version.ref = "androidPlugin" }