Skip to content

Commit

Permalink
fix(deps): update deps.composeversion
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 11, 2023
1 parent ae90efe commit 0e5e34b
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 @@ -4,7 +4,7 @@ object Deps {
private const val activityComposeVersion = "1.6.1"
const val activityCompose = "androidx.activity:activity-compose:$activityComposeVersion"

const val composeVersion = "1.4.0-alpha02"
const val composeVersion = "1.4.3"
const val composeUi = "androidx.compose.ui:ui:$composeVersion"
const val composeUiTooling = "androidx.compose.ui:ui-tooling:$composeVersion"
const val composeUiToolingPreview = "androidx.compose.ui:ui-tooling-preview:$composeVersion"
Expand Down

0 comments on commit 0e5e34b

Please sign in to comment.