mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 16:15:06 +01:00
ab6dfe9e25
Fixes #8168, I think.
28 lines
1.6 KiB
TOML
28 lines
1.6 KiB
TOML
[versions]
|
|
compiler = "1.4.2"
|
|
compose-bom = "2023.01.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 newer 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-beta01" }
|
|
|
|
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" }
|