Skip to content

Commit

Permalink
Bump Compose to 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mars885 committed Aug 12, 2024
1 parent 113b114 commit 271b3f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ object deps {

object compose {

private const val composeVersion = "1.2.0"
private const val composeVersion = "1.6.8"
private const val activityVersion = "1.9.1"
private const val navigationVersion = "2.5.1"
private const val constraintLayoutVersion = "1.1.0-alpha02"
private const val hiltVersion = "1.0.0"
Expand All @@ -118,10 +119,10 @@ object deps {
const val tooling = "androidx.compose.ui:ui-tooling:$composeVersion"
const val animation = "androidx.compose.animation:animation-graphics:$composeVersion"
const val foundation = "androidx.compose.foundation:foundation:$composeVersion"
const val activity = "androidx.activity:activity-compose:$composeVersion"
const val material = "androidx.compose.material:material:$composeVersion"
const val runtime = "androidx.compose.runtime:runtime:$composeVersion"

const val activity = "androidx.activity:activity-compose:$activityVersion"
const val navigation = "androidx.navigation:navigation-compose:$navigationVersion"
const val constraintLayout = "androidx.constraintlayout:constraintlayout-compose:$constraintLayoutVersion"
const val hilt = "androidx.hilt:hilt-navigation-compose:$hiltVersion"
Expand Down

0 comments on commit 271b3f5

Please sign in to comment.