2022-04-22 17:29:24 -04:00
|
|
|
[versions]
|
2022-10-11 22:40:02 -04:00
|
|
|
compiler = "1.3.2"
|
2022-11-09 23:24:37 -05:00
|
|
|
compose-bom = "2022.11.00"
|
2022-10-26 18:12:32 -04:00
|
|
|
accompanist = "0.27.0"
|
2022-04-22 17:29:24 -04:00
|
|
|
|
|
|
|
[libraries]
|
2022-10-28 10:28:54 -04:00
|
|
|
activity = "androidx.activity:activity-compose:1.6.1"
|
2022-10-26 18:12:32 -04: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 10:22:22 -04:00
|
|
|
|
2022-10-26 18:12:32 -04:00
|
|
|
material3-core = { module = "androidx.compose.material3:material3" }
|
|
|
|
material3-adapter = "com.google.android.material:compose-theme-adapter-3:1.0.21"
|
|
|
|
material-icons = { module = "androidx.compose.material:material-icons-extended" }
|
2022-04-24 10:22:22 -04:00
|
|
|
|
2022-06-15 22:24:22 -04:00
|
|
|
accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref = "accompanist" }
|
2022-06-25 11:03:48 -04:00
|
|
|
accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }
|
2022-08-04 17:41:53 -04:00
|
|
|
accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }
|
2022-10-15 11:38:01 -04:00
|
|
|
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist" }
|