Material 1.8
This commit is contained in:
committed by
Benoit Marty
parent
4f6239b3c2
commit
c4f53134d9
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user