build: Add library for custom color themes

#30
This commit is contained in:
Nishant Mishra
2025-09-19 08:09:52 +05:30
parent 4b9e0b95bb
commit 613fc3a45a
2 changed files with 5 additions and 2 deletions

View File

@@ -86,6 +86,7 @@ dependencies {
implementation(libs.androidx.navigation3.ui)
implementation(libs.vico.compose.m3)
implementation(libs.material.kolor)
implementation(libs.androidx.room.runtime)
implementation(libs.androidx.room.ktx)

View File

@@ -1,7 +1,7 @@
[versions]
activityCompose = "1.11.0"
adaptive = "1.1.0"
agp = "8.11.1"
agp = "8.11.2"
composeBom = "2025.09.00"
coreKtx = "1.17.0"
espressoCore = "3.7.0"
@@ -9,7 +9,8 @@ junit = "4.13.2"
junitVersion = "1.3.0"
kotlin = "2.2.20"
ksp = "2.2.20-2.0.3"
lifecycleRuntimeKtx = "2.9.3"
lifecycleRuntimeKtx = "2.9.4"
materialKolor = "3.0.1"
navigation3Runtime = "1.0.0-alpha09"
room = "2.8.0"
vico = "2.2.0-alpha.1"
@@ -37,6 +38,7 @@ androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-man
androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
material-kolor = { module = "com.materialkolor:material-kolor", version.ref = "materialKolor" }
vico-compose-m3 = { group = "com.patrykandpatrick.vico", name = "compose-m3", version.ref = "vico" }
[plugins]