bb8698b2a6
(cherry picked from commit 100cea0757c930b153e50ca2ba52e4c06f14800d)
20 lines
935 B
TOML
20 lines
935 B
TOML
[versions]
|
|
compose-bom = "2026.01.01"
|
|
|
|
[libraries]
|
|
activity = "androidx.activity:activity-compose:1.12.3"
|
|
bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
|
|
foundation = { module = "androidx.compose.foundation:foundation" }
|
|
animation = { module = "androidx.compose.animation:animation" }
|
|
animation-graphics = { module = "androidx.compose.animation:animation-graphics" }
|
|
runtime = { module = "androidx.compose.runtime:runtime" }
|
|
runtime-annotation = { module = "androidx.compose.runtime:runtime-annotation" }
|
|
ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
|
ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
|
ui-util = { module = "androidx.compose.ui:ui-util" }
|
|
|
|
material3-core = { module = "androidx.compose.material3:material3" }
|
|
material-icons = { module = "androidx.compose.material:material-icons-extended" }
|
|
|
|
glance = "androidx.glance:glance-appwidget:1.1.1"
|