refactor: Remove Material 2

This commit is contained in:
Ahmad Ansori Palembani 2024-06-06 12:32:57 +07:00
parent e303b21657
commit d0baff197c
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,6 @@
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.TextButton
import androidx.compose.runtime.Composable

View file

@ -5,7 +5,6 @@ compose-compiler = "1.5.14"
[libraries]
animation = { module = "androidx.compose.animation:animation", 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" }
material-motion = { module = "io.github.fornewid:material-motion-compose-core", version = "1.0.7" }
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" }
[bundles]
compose = [ "animation", "foundation", "material", "material3", "material-motion", "ui", "ui-tooling-preview", "icons" ]
compose = [ "animation", "foundation", "material3", "material-motion", "ui", "ui-tooling-preview", "icons" ]