Skip to content

Commit

Permalink
Merge pull request #188 from aclassen/dependabot/gradle/androidx.comp…
Browse files Browse the repository at this point in the history
…ose.material-material-1.3.0

Bump material from 1.2.1 to 1.3.0
  • Loading branch information
aclassen authored Oct 26, 2022
2 parents 3e0f386 + 5805c5d commit 8605a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
dependencies {
implementation(project(":reorderable"))
implementation("androidx.compose.runtime:runtime:1.2.1")
implementation("androidx.compose.material:material:1.2.1")
implementation("androidx.compose.material:material:1.3.0")
implementation("androidx.activity:activity-compose:1.6.0")
implementation("com.google.android.material:material:1.7.0")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1")
Expand Down

0 comments on commit 8605a5b

Please sign in to comment.