2022-04-22 23:29:24 +02:00
|
|
|
[versions]
|
2024-08-09 00:31:56 +02:00
|
|
|
compose-bom = "2024.08.00-alpha01"
|
2024-06-07 00:23:27 +02:00
|
|
|
accompanist = "0.35.1-alpha"
|
2022-04-22 23:29:24 +02:00
|
|
|
|
|
|
|
[libraries]
|
2024-07-24 21:14:44 +02:00
|
|
|
activity = "androidx.activity:activity-compose:1.9.1"
|
2023-05-14 04:36:58 +02:00
|
|
|
bom = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "compose-bom" }
|
2022-10-27 00:12:32 +02:00
|
|
|
foundation = { module = "androidx.compose.foundation:foundation" }
|
|
|
|
animation = { module = "androidx.compose.animation:animation" }
|
|
|
|
animation-graphics = { module = "androidx.compose.animation:animation-graphics" }
|
2024-06-22 23:53:49 +02:00
|
|
|
runtime = { module = "androidx.compose.runtime:runtime" }
|
2022-10-27 00:12:32 +02:00
|
|
|
ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
2023-06-23 14:26:35 +02:00
|
|
|
ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
2022-10-27 00:12:32 +02:00
|
|
|
ui-util = { module = "androidx.compose.ui:ui-util" }
|
2022-04-24 16:22:22 +02:00
|
|
|
|
2022-10-27 00:12:32 +02:00
|
|
|
material3-core = { module = "androidx.compose.material3:material3" }
|
|
|
|
material-icons = { module = "androidx.compose.material:material-icons-extended" }
|
2022-04-24 16:22:22 +02:00
|
|
|
|
2024-06-12 22:21:15 +02:00
|
|
|
glance = "androidx.glance:glance-appwidget:1.1.0"
|
2023-11-12 00:13:44 +01:00
|
|
|
|
2022-12-09 17:20:13 +01:00
|
|
|
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|