Skip to content

Commit

Permalink
⚙️ :: add dependency on semicolon design
Browse files Browse the repository at this point in the history
  • Loading branch information
shw0471 committed Apr 13, 2022
1 parent cc420eb commit 48952ce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ allprojects {
repositories {
google()
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
}

Expand Down
2 changes: 2 additions & 0 deletions buildSrc/src/main/kotlin/Dependency.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ object Dependency {
"io.coil-kt:coil-compose:${Version.coilCompose}"
const val navigationCompose =
"androidx.navigation:navigation-compose:${Version.navigationCompose}"
const val semicolonDesign =
"com.github.semicolondsm:semicolondesign_android:${Version.semicolonDesign}"
}

object GradlePlugin {
Expand Down
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ object Version {
const val hiltCompose = "1.0.0"
const val threeTenAbp = "1.3.1"
const val navigationCompose = "2.4.2"
const val semicolonDesign = "1.1.0"
}
1 change: 1 addition & 0 deletions ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ dependencies {
implementation(Dependency.UI.activityCompose)
implementation(Dependency.UI.coilCompose)
implementation(Dependency.UI.navigationCompose)
implementation(Dependency.UI.semicolonDesign)

testImplementation(Dependency.Test.junit)
testImplementation(Dependency.Test.mockito)
Expand Down

0 comments on commit 48952ce

Please sign in to comment.