Skip to content

Commit

Permalink
Update dependency androidx.navigation:navigation-compose to v2.5.2 (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 20, 2022
1 parent 5e96d40 commit 1286e62
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 @@ -14,7 +14,7 @@ dependencies {
implementation ("androidx.activity:activity-compose:1.5.1")
implementation("com.google.android.material:material:1.6.1")
implementation("androidx.navigation:navigation-runtime-ktx:2.5.1")
implementation("androidx.navigation:navigation-compose:2.5.1")
implementation("androidx.navigation:navigation-compose:2.5.2")
}

android {
Expand Down

0 comments on commit 1286e62

Please sign in to comment.