2022-04-22 23:29:24 +02:00
|
|
|
[versions]
|
2022-11-19 04:41:06 +01:00
|
|
|
compiler = "1.4.0-alpha02"
|
2022-11-10 05:24:37 +01:00
|
|
|
compose-bom = "2022.11.00"
|
2022-11-19 04:41:06 +01:00
|
|
|
accompanist = "0.27.1"
|
2022-04-22 23:29:24 +02:00
|
|
|
|
|
|
|
[libraries]
|
2022-10-28 16:28:54 +02:00
|
|
|
activity = "androidx.activity:activity-compose:1.6.1"
|
2022-10-27 00:12:32 +02:00
|
|
|
bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
|
|
|
|
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" }
|
|
|
|
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" }
|
2022-11-19 04:41:06 +01:00
|
|
|
material3-adapter = "com.google.android.material:compose-theme-adapter-3:1.1.0"
|
2022-10-27 00:12:32 +02:00
|
|
|
material-icons = { module = "androidx.compose.material:material-icons-extended" }
|
2022-04-24 16:22:22 +02:00
|
|
|
|
2022-11-11 21:02:45 +01:00
|
|
|
# Here until M3's swipeable became public https://issuetracker.google.com/issues/234640556
|
|
|
|
material-core = { module = "androidx.compose.material:material" }
|
|
|
|
|
2022-06-16 04:24:22 +02:00
|
|
|
accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref = "accompanist" }
|
2022-06-25 17:03:48 +02:00
|
|
|
accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }
|
2022-08-04 23:41:53 +02:00
|
|
|
accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }
|
2022-10-15 17:38:01 +02:00
|
|
|
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist" }
|