2022-04-22 21:29:24 +00:00
|
|
|
[versions]
|
2023-07-02 04:04:52 +00:00
|
|
|
compiler = "1.4.8"
|
2023-06-23 01:50:18 +00:00
|
|
|
compose-bom = "2023.06.00-alpha01"
|
|
|
|
accompanist = "0.31.4-beta"
|
2022-04-22 21:29:24 +00:00
|
|
|
|
|
|
|
[libraries]
|
2023-05-24 21:55:32 +00:00
|
|
|
activity = "androidx.activity:activity-compose:1.7.2"
|
2023-05-14 02:36:58 +00:00
|
|
|
bom = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "compose-bom" }
|
2022-10-26 22:12:32 +00: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 12:26:35 +00:00
|
|
|
ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
2022-10-26 22:12:32 +00:00
|
|
|
ui-util = { module = "androidx.compose.ui:ui-util" }
|
2022-04-24 14:22:22 +00:00
|
|
|
|
2022-10-26 22:12:32 +00:00
|
|
|
material3-core = { module = "androidx.compose.material3:material3" }
|
|
|
|
material-icons = { module = "androidx.compose.material:material-icons-extended" }
|
2022-04-24 14:22:22 +00:00
|
|
|
|
2023-07-01 02:09:07 +00:00
|
|
|
# Some components aren't available in Material3
|
2023-02-21 15:41:56 +00:00
|
|
|
material-core = { module = "androidx.compose.material:material" }
|
2022-11-11 20:02:45 +00:00
|
|
|
|
2022-06-16 02:24:22 +00:00
|
|
|
accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref = "accompanist" }
|
2022-10-15 15:38:01 +00:00
|
|
|
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist" }
|
2022-12-09 16:20:13 +00:00
|
|
|
accompanist-themeadapter = { module = "com.google.accompanist:accompanist-themeadapter-material3", version.ref = "accompanist" }
|
|
|
|
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|