2022-04-22 23:29:24 +02:00
[ versions ]
2022-10-12 04:40:02 +02:00
compiler = "1.3.2"
2022-08-11 04:54:19 +02:00
compose = "1.2.1"
accompanist = "0.25.1"
2022-10-09 16:47:41 +02:00
material3 = "1.0.0-rc01"
2022-04-22 23:29:24 +02:00
[ libraries ]
2022-09-24 16:34:49 +02:00
activity = "androidx.activity:activity-compose:1.6.0"
2022-06-16 04:24:22 +02:00
foundation = { module = "androidx.compose.foundation:foundation" , version . ref = "compose" }
animation = { module = "androidx.compose.animation:animation" , version . ref = "compose" }
2022-08-04 23:41:53 +02:00
animation-graphics = { module = "androidx.compose.animation:animation-graphics" , version . ref = "compose" }
2022-06-16 04:24:22 +02:00
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-25 17:03:48 +02:00
material3-core = { module = "androidx.compose.material3:material3" , version . ref = "material3" }
material3-windowsizeclass = { module = "androidx.compose.material3:material3-window-size-class" , version . ref = "material3" }
2022-10-09 16:47:41 +02:00
material3-adapter = "com.google.android.material:compose-theme-adapter-3:1.0.20"
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" }
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" }
accompanist-pager-core = { module = "com.google.accompanist:accompanist-pager" , version . ref = "accompanist" }
accompanist-pager-indicators = { module = "com.google.accompanist:accompanist-pager-indicators" , version . ref = "accompanist" }