Skip to content

Commit

Permalink
feat(sdds-acore/uikit): Added material dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
raininforest committed Mar 21, 2024
1 parent fdf3be5 commit bfa7a9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ staticAnalysis-ktlint = "0.50.0"
staticAnalysis-lint = "30.4.2"
staticAnalysis-spotless = "6.20.0"

android-material = "1.3.0"
androidX-core = "1.7.0"
androidX-appcompat = "1.3.1"
androidX-composeBom = "2022.11.00"
Expand All @@ -29,6 +30,7 @@ plugin-gradleNexusPublish = "1.3.0"
plugin-gradlePluginPublish = "1.2.1"

[libraries]
base-android-material = { module = "com.google.android.material:material", version.ref = "android-material" }
base-androidX-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidX-appcompat" }
base-androidX-core = { module = "androidx.core:core-ktx", version.ref = "androidX-core" }
base-androidX-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "androidX-composeBom" }
Expand Down
1 change: 1 addition & 0 deletions sdds-core/uikit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ android {

dependencies {
implementation(libs.base.androidX.appcompat)
implementation(libs.base.android.material)
androidTestImplementation(libs.base.test.ui.espresso.core)
}

0 comments on commit bfa7a9b

Please sign in to comment.