2022-04-22 23:29:24 +02:00
|
|
|
[versions]
|
2022-06-16 04:24:22 +02:00
|
|
|
compose = "1.2.0-rc01"
|
|
|
|
accompanist = "0.24.11-rc"
|
2022-04-22 23:29:24 +02:00
|
|
|
|
|
|
|
[libraries]
|
2022-06-16 04:24:22 +02:00
|
|
|
activity = "androidx.activity:activity-compose:1.6.0-alpha05"
|
|
|
|
foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" }
|
|
|
|
animation = { module = "androidx.compose.animation:animation", version.ref = "compose" }
|
|
|
|
ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
|
|
|
|
ui-util = { module = "androidx.compose.ui:ui-util", version.ref = "compose" }
|
2022-04-24 16:22:22 +02:00
|
|
|
|
2022-06-04 22:15:02 +02:00
|
|
|
material3-core = "androidx.compose.material3:material3:1.0.0-alpha13"
|
2022-06-12 15:59:55 +02:00
|
|
|
material3-adapter = "com.google.android.material:compose-theme-adapter-3:1.0.11"
|
2022-06-16 04:24:22 +02:00
|
|
|
material-icons = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose" }
|
2022-04-24 16:22:22 +02:00
|
|
|
|
2022-06-16 04:24:22 +02:00
|
|
|
accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref = "accompanist" }
|
|
|
|
accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }
|