mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
refactor: Bundle androidx
This commit is contained in:
parent
e49e4f2895
commit
579484eba4
4 changed files with 21 additions and 39 deletions
|
@ -1,7 +1,6 @@
|
|||
[versions]
|
||||
compose = "1.6.7"
|
||||
compose-compiler = "1.5.14"
|
||||
lifecycle = "2.8.0"
|
||||
|
||||
[libraries]
|
||||
animation = { module = "androidx.compose.animation:animation", version.ref = "compose" }
|
||||
|
@ -9,7 +8,6 @@ foundation = { module = "androidx.compose.foundation:foundation", version.ref =
|
|||
material = { module = "androidx.compose.material:material", version.ref = "compose" }
|
||||
material3 = { module = "androidx.compose.material3:material3", version = "1.2.1" }
|
||||
material-motion = { module = "io.github.fornewid:material-motion-compose-core", version = "1.0.7" }
|
||||
lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
|
||||
ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
|
||||
ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
|
||||
ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue