Skip to content

Commit 93b2fb8

Browse files
fix(deps): update dependency androidx.navigation:navigation-compose to v2.8.3
1 parent 5c46ddf commit 93b2fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ accompanist-systemController = { module = "com.google.accompanist:accompanist-sy
1212
compose-bom = "androidx.compose:compose-bom:2023.10.01"
1313
compose-compiler = { module = "androidx.compose.compiler:compiler", version = "1.5.13" }
1414
compose-material3 = { module = "androidx.compose.material3:material3" }
15-
navigation-compose = { module = "androidx.navigation:navigation-compose", version = "2.7.7" }
15+
navigation-compose = { module = "androidx.navigation:navigation-compose", version = "2.8.3" }
1616
junit = { module = "junit:junit", version = "4.13.2" }
1717
roboletric = { module = "org.robolectric:robolectric", version = "4.11.1" }

0 commit comments

Comments
 (0)