mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 15:35:08 +01:00
d97eab0328
This moves the banners to the root composable and so eliminates the need to track the app states in every screen.
28 lines
1.6 KiB
TOML
28 lines
1.6 KiB
TOML
[versions]
|
|
compiler = "1.4.0-alpha02"
|
|
compose-bom = "2022.12.00"
|
|
accompanist = "0.28.0"
|
|
|
|
[libraries]
|
|
activity = "androidx.activity:activity-compose:1.6.1"
|
|
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" }
|
|
|
|
material3-core = { module = "androidx.compose.material3:material3" }
|
|
material-icons = { module = "androidx.compose.material:material-icons-extended" }
|
|
|
|
# Here until M3's swipeable became public https://issuetracker.google.com/issues/234640556
|
|
# Using alpha version for PullRefresh fix
|
|
# TODO: use default version after next Compose BOM is released
|
|
material-core = { module = "androidx.compose.material:material", version = "1.4.0-alpha03" }
|
|
|
|
accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref = "accompanist" }
|
|
accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }
|
|
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist" }
|
|
accompanist-themeadapter = { module = "com.google.accompanist:accompanist-themeadapter-material3", version.ref = "accompanist" }
|
|
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|