Skip to content

Commit

Permalink
Update dependency androidx.navigation:navigation-runtime-ktx to v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent 415cfc3 commit 7c211db
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 @@ -45,7 +45,7 @@ android {
}

dependencies {
implementation("androidx.navigation:navigation-runtime-ktx:2.6.0")
implementation("androidx.navigation:navigation-runtime-ktx:2.8.1")
val composeBom = platform("androidx.compose:compose-bom:2023.06.01")
implementation(composeBom)
implementation(project(":gallery-picker"))
Expand Down

0 comments on commit 7c211db

Please sign in to comment.