Skip to content

Commit

Permalink
Add temporary compose alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
sirambd committed Sep 20, 2024
1 parent e4afe68 commit 24535e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ dependencies {
// Compose
implementation(libs.androidx.activity.compose)
implementation(platform(libs.compose.bom))
implementation(libs.compose.foundation) //TODO: To be removed when compose 1.8.0 is stable
implementation(libs.compose.ui)
implementation(libs.compose.ui.graphics)
implementation(libs.compose.material3)
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
activityCompose = "1.9.2"
adaptiveLayout = "1.0.0"
agp = "8.6.1"
composeAlpha = "1.8.0-alpha02"
composeBom = "2024.09.02"
constraintlayoutCompose = "1.0.1"
coreKtx = "1.13.1"
Expand All @@ -24,6 +25,7 @@ androidx-constraintlayout-compose = { module = "androidx.constraintlayout:constr
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
compose-foundation = { group = "androidx.compose.foundation", name = "foundation", version.ref = "composeAlpha" } #TODO: To be removed when compose 1.8.0 is stable
compose-material3 = { group = "androidx.compose.material3", name = "material3" }
compose-material3-adaptative-navigation = { group = "androidx.compose.material3", name = "material3-adaptive-navigation-suite" }
compose-ui = { group = "androidx.compose.ui", name = "ui" }
Expand Down

0 comments on commit 24535e0

Please sign in to comment.