Skip to content

Commit

Permalink
Bump compose to 1.7.0-alpha01
Browse files Browse the repository at this point in the history
  • Loading branch information
workspace committed Jan 26, 2024
1 parent 90c9214 commit 6f8d8ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spotless = "6.25.0"

androidxActivity = "1.8.2"
androidxCore = "1.12.0"
androidxComposeBom = "2024.01.00"
androidxComposeBom = "2024.01.00-alpha03"
androidxComposeCompiler = "1.5.7"

material = "1.11.0"
Expand All @@ -18,7 +18,7 @@ androidx-activity = { group = "androidx.activity", name = "activity-ktx", versio
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "androidxActivity" }
androidx-core = { group = "androidx.core", name = "core-ktx", version.ref = "androidxCore" }

androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidxComposeBom" }
androidx-compose-bom = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "androidxComposeBom" }
androidx-compose-runtime = { group = "androidx.compose.runtime", name = "runtime" }
androidx-compose-material = { group = "androidx.compose.material", name = "material" }
androidx-compose-foundation = { group = "androidx.compose.foundation", name = "foundation" }
Expand Down

0 comments on commit 6f8d8ca

Please sign in to comment.