Skip to content

Commit

Permalink
Bump material to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fibelatti committed Oct 5, 2023
1 parent ea54c33 commit 6ce9d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" }
core-ktx = { module = "androidx.core:core-ktx", version = "1.12.0" }
activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "activity" }
fragment-ktx = { module = "androidx.fragment:fragment-ktx", version = "1.6.1" }
material = { module = "com.google.android.material:material", version = "1.9.0" }
material = { module = "com.google.android.material:material", version = "1.10.0" }
constraint-layout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" }
constraint-layout-compose = { module = "androidx.constraintlayout:constraintlayout-compose", version = "1.0.1" }
lifecycle-java8 = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "lifecycle" }
Expand Down

0 comments on commit 6ce9d8a

Please sign in to comment.