mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-08 19:44:25 +08:00
chore: use material-ripple instead material
This commit is contained in:
@@ -36,8 +36,7 @@ kotlin {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation(compose.runtime)
|
implementation(compose.runtime)
|
||||||
implementation(compose.foundation)
|
implementation(compose.foundation)
|
||||||
// TODO: We need to remove this and replace with "material-ripple"
|
implementation(composeExt.material.ripple)
|
||||||
implementation(compose.material)
|
|
||||||
implementation(projects.flexiuiResources)
|
implementation(projects.flexiuiResources)
|
||||||
api(com.highcapable.betterandroid.compose.extension)
|
api(com.highcapable.betterandroid.compose.extension)
|
||||||
}
|
}
|
||||||
|
@@ -26,6 +26,10 @@ plugins:
|
|||||||
version: 0.26.0
|
version: 0.26.0
|
||||||
|
|
||||||
libraries:
|
libraries:
|
||||||
|
org.jetbrains.compose.material:
|
||||||
|
material-ripple:
|
||||||
|
alias: composeExt-material-ripple
|
||||||
|
version-ref: <plugins>::jetbrains-compose
|
||||||
# Use a placeholder for the alpha / beta compose version
|
# Use a placeholder for the alpha / beta compose version
|
||||||
# In the project to use "androidx.compose.android.version" to obtain the version
|
# In the project to use "androidx.compose.android.version" to obtain the version
|
||||||
# and use the "resolutionStrategy" to replace all the current "stable" versions
|
# and use the "resolutionStrategy" to replace all the current "stable" versions
|
||||||
|
Reference in New Issue
Block a user