Skip to content

Commit

Permalink
Fix dependencies for projectHealth
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoltk committed Oct 6, 2023
1 parent ac0bc32 commit c8cae30
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appyx-interactions/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ appyx {

dependencies {
val composeBom = platform(libs.compose.bom)
implementation(libs.compose.material3)
api(libs.compose.material3)

api(project(":appyx-interactions:appyx-interactions"))
api(libs.compose.ui.test.junit4)
Expand Down
2 changes: 0 additions & 2 deletions demos/appyx-interactions/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ dependencies {
val composeBom = platform(libs.compose.bom)

implementation(composeBom)
implementation(project(":appyx-navigation:android"))
implementation(project(":appyx-interactions:android"))
implementation(project(":appyx-components:stable:backstack:backstack"))
implementation(project(":appyx-components:stable:spotlight:spotlight"))
implementation(project(":appyx-components:experimental:cards:android"))
implementation(project(":appyx-components:experimental:modal:modal"))
implementation(project(":appyx-components:experimental:promoter:android"))
implementation(project(":appyx-components:experimental:puzzle15:android"))
implementation(project(":appyx-components:internal:test-drive:android"))
implementation(project(":utils:material3"))
Expand Down
3 changes: 1 addition & 2 deletions demos/appyx-navigation/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,15 @@ dependencies {
implementation(project(":demos:common"))
implementation(project(":demos:appyx-navigation:common"))
implementation(project(":appyx-interactions:appyx-interactions"))
implementation(project(":appyx-components:stable:backstack:backstack"))
implementation(project(":appyx-components:experimental:cards:cards"))

implementation(libs.androidx.activity.compose)
implementation(libs.androidx.appcompat)
implementation(libs.androidx.core.splashscreen)
implementation(libs.androidx.lifecycle.java8)
implementation(libs.coil.compose)
implementation(libs.compose.material3)
implementation(libs.compose.ui.tooling)
implementation(libs.compose.ui.ui)
implementation(libs.google.material)
implementation(libs.coil.compose)
}

0 comments on commit c8cae30

Please sign in to comment.