Material 1.8
This commit is contained in:
parent
2cac2b59ab
commit
9f3f345088
3 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ ksp = "1.8.0-1.0.8"
|
|||
molecule = "0.7.0"
|
||||
|
||||
# AndroidX
|
||||
material = "1.6.1"
|
||||
material = "1.8.0"
|
||||
corektx = "1.9.0"
|
||||
datastore = "1.0.0"
|
||||
constraintlayout = "2.1.4"
|
||||
|
|
|
|||
|
|
@ -23,5 +23,5 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("com.google.android.material:material:1.7.0")
|
||||
implementation(libs.androidx.material)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,6 +38,6 @@ dependencies {
|
|||
implementation(projects.libraries.designsystem)
|
||||
implementation(libs.wysiwyg)
|
||||
implementation(libs.androidx.constraintlayout)
|
||||
implementation("com.google.android.material:material:1.7.0")
|
||||
implementation(libs.androidx.material)
|
||||
ksp(libs.showkase.processor)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue