2022-04-23 05:29:24 +08:00
|
|
|
[versions]
|
2023-11-30 05:44:49 +08:00
|
|
|
compiler = "1.5.5"
|
2023-11-26 04:40:10 +08:00
|
|
|
compose-bom = "2023.12.00-alpha02"
|
2023-11-16 11:19:02 +08:00
|
|
|
accompanist = "0.33.2-alpha"
|
2022-04-23 05:29:24 +08:00
|
|
|
|
|
|
|
[libraries]
|
2023-11-16 11:19:02 +08:00
|
|
|
activity = "androidx.activity:activity-compose:1.8.1"
|
2023-05-14 10:36:58 +08:00
|
|
|
bom = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "compose-bom" }
|
2022-10-27 06:12:32 +08: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 20:26:35 +08:00
|
|
|
ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
2022-10-27 06:12:32 +08:00
|
|
|
ui-util = { module = "androidx.compose.ui:ui-util" }
|
2022-04-24 22:22:22 +08:00
|
|
|
|
2022-10-27 06:12:32 +08:00
|
|
|
material3-core = { module = "androidx.compose.material3:material3" }
|
|
|
|
material-icons = { module = "androidx.compose.material:material-icons-extended" }
|
2022-04-24 22:22:22 +08:00
|
|
|
|
2023-07-01 10:09:07 +08:00
|
|
|
# Some components aren't available in Material3
|
2023-02-21 23:41:56 +08:00
|
|
|
material-core = { module = "androidx.compose.material:material" }
|
2022-11-12 04:02:45 +08:00
|
|
|
|
2023-11-12 07:13:44 +08:00
|
|
|
glance = "androidx.glance:glance-appwidget:1.0.0"
|
|
|
|
|
2022-06-16 10:24:22 +08:00
|
|
|
accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref = "accompanist" }
|
2022-12-10 00:20:13 +08:00
|
|
|
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|
2023-11-12 07:13:44 +08:00
|
|
|
|
|
|
|
lintchecks = { module = "com.slack.lint.compose:compose-lint-checks", version = "1.2.0" }
|