Skip to content

Commit

Permalink
Version catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
boswelja committed Dec 20, 2024
1 parent fd2752d commit 77a74aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
implementation(projects.profile)
implementation(projects.social)

implementation("com.materialkolor:material-kolor:2.0.0")
implementation(libs.materialkolor)

// AndroidX
implementation(libs.androidx.activityCompose)
Expand Down
4 changes: 4 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ detekt = "1.23.7"
# https://github.com/boswelja/compose-markdown.
composeMarkdown = "1.1.0"

# MaterialKolor
# https://github.com/jordond/MaterialKolor
materialKolor = "2.0.0"

[libraries]

Expand Down Expand Up @@ -116,6 +119,7 @@ hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref
hilt-android-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "dagger" }
hilt-navigationCompose = { group = "androidx.hilt", name = "hilt-navigation-compose", version.ref = "hilt" }
test-junit = { group = "junit", name = "junit", version.ref = "junit" }
materialkolor = { group = "com.materialkolor", name = "material-kolor", version.ref = "materialKolor" }

[bundles]

Expand Down

0 comments on commit 77a74aa

Please sign in to comment.