Skip to content

Commit a0fb573

Browse files
authored
Merge pull request #724 from DimensionDev/dependabot/gradle/io.github.stefanoq21-material3-navigation-1.0.1
Bump io.github.stefanoq21:material3-navigation from 0.0.12 to 1.0.1
2 parents 2cf6d41 + a4dd008 commit a0fb573

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/src/main/java/dev/dimension/flare/ui/screen/home/HomeScreen.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,7 @@ private fun getDirection(
651651
is RssTabItem -> RssRouteDestination
652652
}
653653

654+
@OptIn(ExperimentalMaterial3Api::class)
654655
@Composable
655656
internal fun Router(
656657
navGraph: NavHostGraphSpec,

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ accompanist-drawablepainter = { group = "com.google.accompanist", name = "accomp
145145
compose-destinations = { group = "io.github.raamcosta.compose-destinations", name = "core", version.ref = "compose-destinations" }
146146
compose-destinations-bottom-sheet = { group = "io.github.raamcosta.compose-destinations", name = "bottom-sheet", version.ref = "compose-destinations" }
147147
compose-destinations-ksp = { group = "io.github.raamcosta.compose-destinations", name = "ksp", version.ref = "compose-destinations" }
148-
material3-navigation = { group = "io.github.stefanoq21", name = "material3-navigation", version = "0.0.12" }
148+
material3-navigation = { group = "io.github.stefanoq21", name = "material3-navigation", version = "1.0.1" }
149149

150150
compose-lint-checks = { group = "com.slack.lint.compose", name = "compose-lint-checks", version.ref = "compose-lint-checks" }
151151

0 commit comments

Comments
 (0)