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
….9.3
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent ae90efe commit 8c88a8f
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
@@ -1,7 +1,7 @@
object Deps {

// COMPOSE
private const val activityComposeVersion = "1.6.1"
private const val activityComposeVersion = "1.9.3"
const val activityCompose = "androidx.activity:activity-compose:$activityComposeVersion"

const val composeVersion = "1.4.0-alpha02"
Expand Down

0 comments on commit 8c88a8f

Please sign in to comment.