2022-04-22 17:29:24 -04:00
|
|
|
[versions]
|
2024-03-22 09:35:28 -04:00
|
|
|
compiler = "1.5.11"
|
2024-04-17 03:21:09 -04:00
|
|
|
# 2024.04.00-alpha01 has several bugs with the new animateItem() modifier
|
|
|
|
compose-bom = "2024.03.00-alpha02"
|
2024-03-02 07:41:56 -05:00
|
|
|
accompanist = "0.35.0-alpha"
|
2022-04-22 17:29:24 -04:00
|
|
|
|
|
|
|
[libraries]
|
2024-03-22 09:24:41 -04:00
|
|
|
compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compiler" }
|
|
|
|
|
2023-12-16 10:00:50 -05:00
|
|
|
activity = "androidx.activity:activity-compose:1.8.2"
|
2023-05-13 22:36:58 -04:00
|
|
|
bom = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "compose-bom" }
|
2022-10-26 18:12:32 -04: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 08:26:35 -04:00
|
|
|
ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
2022-10-26 18:12:32 -04:00
|
|
|
ui-util = { module = "androidx.compose.ui:ui-util" }
|
2022-04-24 10:22:22 -04:00
|
|
|
|
2022-10-26 18:12:32 -04:00
|
|
|
material3-core = { module = "androidx.compose.material3:material3" }
|
|
|
|
material-icons = { module = "androidx.compose.material:material-icons-extended" }
|
2022-04-24 10:22:22 -04:00
|
|
|
|
2023-06-30 22:09:07 -04:00
|
|
|
# Some components aren't available in Material3
|
2023-02-21 10:41:56 -05:00
|
|
|
material-core = { module = "androidx.compose.material:material" }
|
2022-11-11 15:02:45 -05:00
|
|
|
|
2023-11-11 18:13:44 -05:00
|
|
|
glance = "androidx.glance:glance-appwidget:1.0.0"
|
|
|
|
|
2022-12-09 11:20:13 -05:00
|
|
|
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|