From b557dc2915de30b989cdff9d8bebbc867d706dd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 00:24:39 +0000 Subject: [PATCH] Bump com.patrykandpatrick.vico:compose Bumps [com.patrykandpatrick.vico:compose](https://github.com/patrykandpatrick/vico) from 2.0.0-alpha.22 to 2.0.0-alpha.28. - [Release notes](https://github.com/patrykandpatrick/vico/releases) - [Commits](https://github.com/patrykandpatrick/vico/compare/v2.0.0-alpha.22...v2.0.0-alpha.28) --- updated-dependencies: - dependency-name: com.patrykandpatrick.vico:compose 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 1c24018a..9fb5b344 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -42,7 +42,7 @@ testRunner = "1.6.1" testExtJunit = "1.2.1" espresso = "3.6.1" turbine = "1.1.0" -vicoCompose = "2.0.0-alpha.22" +vicoCompose = "2.0.0-alpha.28" composeRatingbar = "1.3.12" loggerAndroid = "1.0.0" compileSdk = "34"