Skip to content

Commit 6f8d8ca

Browse files
committed
Bump compose to 1.7.0-alpha01
1 parent 90c9214 commit 6f8d8ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spotless = "6.25.0"
77

88
androidxActivity = "1.8.2"
99
androidxCore = "1.12.0"
10-
androidxComposeBom = "2024.01.00"
10+
androidxComposeBom = "2024.01.00-alpha03"
1111
androidxComposeCompiler = "1.5.7"
1212

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

21-
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidxComposeBom" }
21+
androidx-compose-bom = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "androidxComposeBom" }
2222
androidx-compose-runtime = { group = "androidx.compose.runtime", name = "runtime" }
2323
androidx-compose-material = { group = "androidx.compose.material", name = "material" }
2424
androidx-compose-foundation = { group = "androidx.compose.foundation", name = "foundation" }

0 commit comments

Comments
 (0)