Skip to content

Commit

Permalink
[fix] : desginsystem 모듈명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyun0v0 committed Jan 8, 2024
1 parent 005e86e commit 1d8c656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {

// Core
implementation(projects.core.common)
implementation(projects.core.designSystem)
implementation(projects.core.designsystem)
implementation(projects.core.database)

// Firebase
Expand Down
2 changes: 1 addition & 1 deletion feature/statistics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {

// Core
implementation(projects.core.common)
implementation(projects.core.designSystem)
implementation(projects.core.designsystem)

implementation(libs.appcompat)
implementation(libs.material)
Expand Down

0 comments on commit 1d8c656

Please sign in to comment.