mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
refactor: Remove Material 2
This commit is contained in:
parent
e303b21657
commit
d0baff197c
2 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
package dev.yokai.presentation.component.preference.widget
|
package dev.yokai.presentation.component.preference.widget
|
||||||
|
|
||||||
import androidx.compose.material.AlertDialog
|
import androidx.compose.material3.AlertDialog
|
||||||
import androidx.compose.material3.Text
|
import androidx.compose.material3.Text
|
||||||
import androidx.compose.material3.TextButton
|
import androidx.compose.material3.TextButton
|
||||||
import androidx.compose.runtime.Composable
|
import androidx.compose.runtime.Composable
|
||||||
|
|
|
@ -5,7 +5,6 @@ compose-compiler = "1.5.14"
|
||||||
[libraries]
|
[libraries]
|
||||||
animation = { module = "androidx.compose.animation:animation", version.ref = "compose" }
|
animation = { module = "androidx.compose.animation:animation", version.ref = "compose" }
|
||||||
foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" }
|
foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" }
|
||||||
material = { module = "androidx.compose.material:material", version.ref = "compose" }
|
|
||||||
material3 = { module = "androidx.compose.material3:material3", version = "1.2.1" }
|
material3 = { module = "androidx.compose.material3:material3", version = "1.2.1" }
|
||||||
material-motion = { module = "io.github.fornewid:material-motion-compose-core", version = "1.0.7" }
|
material-motion = { module = "io.github.fornewid:material-motion-compose-core", version = "1.0.7" }
|
||||||
ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
|
ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
|
||||||
|
@ -14,4 +13,4 @@ ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", versio
|
||||||
icons = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose" }
|
icons = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose" }
|
||||||
|
|
||||||
[bundles]
|
[bundles]
|
||||||
compose = [ "animation", "foundation", "material", "material3", "material-motion", "ui", "ui-tooling-preview", "icons" ]
|
compose = [ "animation", "foundation", "material3", "material-motion", "ui", "ui-tooling-preview", "icons" ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue