mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-25 06:11:04 +03:00
0d9a7ca709
(cherry picked from commit 2baffa62cade1abd978d5fd03151b47fc87fd31e)
21 lines
1,015 B
TOML
21 lines
1,015 B
TOML
[versions]
|
|
compose-bom = "2024.09.00"
|
|
accompanist = "0.35.1-alpha"
|
|
|
|
[libraries]
|
|
activity = "androidx.activity:activity-compose:1.9.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" }
|
|
runtime = { module = "androidx.compose.runtime:runtime" }
|
|
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" }
|
|
|
|
glance = "androidx.glance:glance-appwidget:1.1.0"
|
|
|
|
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|