From 81a5fde54dafe4e043c0ad4f1e0c49138119275f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 06:40:02 +0000 Subject: [PATCH] Bump io.github.stefanoq21:material3-navigation from 0.0.12 to 1.0.1 Bumps [io.github.stefanoq21:material3-navigation](https://github.com/stefanoq21/BottomSheetNavigator3) from 0.0.12 to 1.0.1. - [Release notes](https://github.com/stefanoq21/BottomSheetNavigator3/releases) - [Commits](https://github.com/stefanoq21/BottomSheetNavigator3/compare/0.0.12...1.0.1) --- updated-dependencies: - dependency-name: io.github.stefanoq21:material3-navigation dependency-type: direct:production update-type: version-update:semver-major ... 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 93ad9db8b..fc730f874 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -144,7 +144,7 @@ accompanist-drawablepainter = { group = "com.google.accompanist", name = "accomp compose-destinations = { group = "io.github.raamcosta.compose-destinations", name = "core", version.ref = "compose-destinations" } compose-destinations-bottom-sheet = { group = "io.github.raamcosta.compose-destinations", name = "bottom-sheet", version.ref = "compose-destinations" } compose-destinations-ksp = { group = "io.github.raamcosta.compose-destinations", name = "ksp", version.ref = "compose-destinations" } -material3-navigation = { group = "io.github.stefanoq21", name = "material3-navigation", version = "0.0.12" } +material3-navigation = { group = "io.github.stefanoq21", name = "material3-navigation", version = "1.0.1" } compose-lint-checks = { group = "com.slack.lint.compose", name = "compose-lint-checks", version.ref = "compose-lint-checks" }