add settings screen, clock transparent bg toggle, event tap-to-open, readme
This commit is contained in:
parent
ca9c45cba1
commit
a1a80905a1
8 changed files with 413 additions and 8 deletions
|
|
@ -5,6 +5,7 @@ coreKtx = "1.18.0"
|
|||
lifecycleRuntime = "2.10.0"
|
||||
activityCompose = "1.13.0"
|
||||
composeBom = "2026.04.01"
|
||||
navigationCompose = "2.9.0"
|
||||
glance = "1.1.1"
|
||||
junit = "4.13.2"
|
||||
junitVersion = "1.3.0"
|
||||
|
|
@ -21,6 +22,7 @@ androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-toolin
|
|||
androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
|
||||
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
|
||||
androidx-material-icons = { group = "androidx.compose.material", name = "material-icons-extended" }
|
||||
androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigationCompose" }
|
||||
androidx-glance = { group = "androidx.glance", name = "glance-appwidget", version.ref = "glance" }
|
||||
androidx-glance-m3 = { group = "androidx.glance", name = "glance-material3", version.ref = "glance" }
|
||||
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue