Skip to content

Commit

Permalink
Update dependency androidx.navigation:navigation-compose to v2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 32c2670 commit b94550e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ dependencies {
implementation(Deps.Lifecycle.viewModelCompose)
implementation(Deps.Lifecycle.viewModelKtx)
implementation(Deps.Lifecycle.runtimeCompose)
implementation("androidx.navigation:navigation-compose:2.8.1")
implementation("androidx.navigation:navigation-compose:2.8.4")

implementation("androidx.compose.material3:material3:1.2.1")
implementation("com.google.accompanist:accompanist-themeadapter-material3:0.36.0")
Expand Down

0 comments on commit b94550e

Please sign in to comment.