2022-04-23 00:29:24 +03:00
|
|
|
[versions]
|
2024-05-18 20:14:12 +03:00
|
|
|
compiler = "1.5.14"
|
2024-05-18 20:02:46 +03:00
|
|
|
compose-bom = "2024.05.00-alpha02"
|
2024-03-02 15:41:56 +03:00
|
|
|
accompanist = "0.35.0-alpha"
|
2022-04-23 00:29:24 +03:00
|
|
|
|
|
|
|
[libraries]
|
2024-03-22 16:24:41 +03:00
|
|
|
compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compiler" }
|
|
|
|
|
2024-04-20 07:53:19 +03:00
|
|
|
activity = "androidx.activity:activity-compose:1.9.0"
|
2023-05-14 05:36:58 +03:00
|
|
|
bom = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "compose-bom" }
|
2022-10-27 01:12:32 +03:00
|
|
|
foundation = { module = "androidx.compose.foundation:foundation" }
|
|
|
|
animation = { module = "androidx.compose.animation:animation" }
|
|
|
|
animation-graphics = { module = "androidx.compose.animation:animation-graphics" }
|
|
|
|
ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
2023-06-23 15:26:35 +03:00
|
|
|
ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
2022-10-27 01:12:32 +03:00
|
|
|
ui-util = { module = "androidx.compose.ui:ui-util" }
|
2022-04-24 17:22:22 +03:00
|
|
|
|
2022-10-27 01:12:32 +03:00
|
|
|
material3-core = { module = "androidx.compose.material3:material3" }
|
|
|
|
material-icons = { module = "androidx.compose.material:material-icons-extended" }
|
2022-04-24 17:22:22 +03:00
|
|
|
|
2023-11-12 02:13:44 +03:00
|
|
|
glance = "androidx.glance:glance-appwidget:1.0.0"
|
|
|
|
|
2022-12-09 19:20:13 +03:00
|
|
|
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|