komikku/gradle/compose.versions.toml
renovate[bot] bfa4cb6a99
fix(deps): update dependency androidx.activity:activity-compose to v1.12.3 (#1452)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-04 21:16:49 +07:00

20 lines
1,021 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"
colorpicker = {module = "com.github.skydoves:colorpicker-compose", version = "1.1.3"}