mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-23 05:13:07 +03:00
f4f6986cac
* Migrated from Accompanist Webview to KevinZou WebView to preempt deprecation * Removed old webview from version library Co-authored-by: Maddie Witman <1882979+sirlag@users.noreply.github.com>
26 lines
1.2 KiB
TOML
26 lines
1.2 KiB
TOML
[versions]
|
|
compiler = "1.5.11"
|
|
compose-bom = "2024.02.00-alpha02"
|
|
accompanist = "0.35.0-alpha"
|
|
|
|
[libraries]
|
|
compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compiler" }
|
|
|
|
activity = "androidx.activity:activity-compose:1.9.0"
|
|
bom = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "compose-bom" }
|
|
foundation = { module = "androidx.compose.foundation:foundation" }
|
|
animation = { module = "androidx.compose.animation:animation", version = "1.7.0-beta04" }
|
|
animation-graphics = { module = "androidx.compose.animation:animation-graphics" }
|
|
ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
|
ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
|
ui-util = { module = "androidx.compose.ui:ui-util" }
|
|
|
|
material3-core = { module = "androidx.compose.material3:material3" }
|
|
material-icons = { module = "androidx.compose.material:material-icons-extended" }
|
|
|
|
# Some components aren't available in Material3
|
|
material-core = { module = "androidx.compose.material:material", version = "1.7.0-beta04" }
|
|
|
|
glance = "androidx.glance:glance-appwidget:1.1.0"
|
|
|
|
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|