Skip to content

Commit

Permalink
Update compose to use ADC versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hichamboushaba committed Aug 23, 2024
1 parent 4f0e1bd commit 97db7d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ dependencies {
testImplementation sharedLibs.assertj.core
testImplementation sharedLibs.androidx.arch.core.testing

implementation platform(sharedLibs.androidx.compose.bom)
implementation sharedLibs.androidx.compose.material
implementation sharedLibs.androidx.compose.ui.tooling

Expand All @@ -161,9 +162,6 @@ dependencies {
debugImplementation sharedLibs.facebook.flipper.network.plugin

// Coroutines
implementation platform("androidx.compose:compose-bom:2024.04.00")
implementation 'androidx.compose.material:material'

implementation sharedLibs.kotlinx.coroutines.core
implementation sharedLibs.kotlinx.coroutines.android

Expand Down

0 comments on commit 97db7d6

Please sign in to comment.