Skip to content

Commit

Permalink
Update dependency androidx.activity:activity-compose to v1.10.0 (#26)
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 Jan 24, 2025
1 parent a87a2fd commit 9c3389f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object Dependencies {
}

object Compose {
const val activity = "androidx.activity:activity-compose:1.9.3"
const val activity = "androidx.activity:activity-compose:1.10.0"
const val navigation = "androidx.navigation:navigation-compose:2.8.5"
}
}
Expand Down

0 comments on commit 9c3389f

Please sign in to comment.