mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-26 23:18:17 +03:00
Switch to stable compose
(cherry picked from commit 2baffa62cade1abd978d5fd03151b47fc87fd31e)
This commit is contained in:
parent
202eaf4f49
commit
0d9a7ca709
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
[versions]
|
||||
compose-bom = "2024.08.00-alpha02"
|
||||
compose-bom = "2024.09.00"
|
||||
accompanist = "0.35.1-alpha"
|
||||
|
||||
[libraries]
|
||||
activity = "androidx.activity:activity-compose:1.9.1"
|
||||
bom = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "compose-bom" }
|
||||
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" }
|
||||
|
|
Loading…
Reference in a new issue