Skip to content

Commit

Permalink
fix(deps): update dependency androidx.activity:activity-compose to v1…
Browse files Browse the repository at this point in the history
….7.1
  • Loading branch information
renovate[bot] authored May 11, 2023
1 parent 547791a commit d864fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object deps {
const val appCompat = "androidx.appcompat:appcompat:1.5.1"
const val coreKtx = "androidx.core:core-ktx:1.9.0"
const val material = "com.google.android.material:material:1.4.0"
const val activityCompose = "androidx.activity:activity-compose:1.6.1"
const val activityCompose = "androidx.activity:activity-compose:1.7.1"

object navigation {
const val version = "2.5.2"
Expand Down

0 comments on commit d864fac

Please sign in to comment.