Skip to content

Commit

Permalink
Update dependency androidx.navigation:navigation-compose to v2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 0fc4efc commit f90b5e3
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.3")

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

0 comments on commit f90b5e3

Please sign in to comment.