From 38ada1861281d3ea15cc85b11d6151268e381684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 07:13:06 +0000 Subject: [PATCH] Bump horologist from 0.5.7 to 0.5.8 Bumps `horologist` from 0.5.7 to 0.5.8. Updates `com.google.android.horologist:horologist-composables` from 0.5.7 to 0.5.8 - [Release notes](https://github.com/google/horologist/releases) - [Commits](https://github.com/google/horologist/compare/v0.5.7...v0.5.8) Updates `com.google.android.horologist:horologist-compose-layout` from 0.5.7 to 0.5.8 - [Release notes](https://github.com/google/horologist/releases) - [Commits](https://github.com/google/horologist/compare/v0.5.7...v0.5.8) --- 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] --- 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 3c21a1bc68c..d06fe491b97 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -68,7 +68,7 @@ wearInput = "1.2.0-alpha02" webkit = "1.8.0" wear-remote-interactions = "1.0.0" workRuntimeKtx = "2.8.1" -horologist = "0.5.7" +horologist = "0.5.8" [plugins] android-application = { id = "com.android.application", version.ref = "androidPlugin" }