Skip to content

Commit

Permalink
Pass AndroidX.material to all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker committed Sep 23, 2023
1 parent caa7882 commit 6d8ab04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions core/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ dependencies {
coroutines()
lifecycle()

api(AndroidX.material)

implementation(Core.core)

implementation(Coil.coil)
Expand Down
1 change: 0 additions & 1 deletion installer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ android {
dependencies {
modules(Modules.coreCommon, Modules.coreDatastore)

implementation(AndroidX.material)
coroutines()

implementation(Others.libsu)
Expand Down

0 comments on commit 6d8ab04

Please sign in to comment.