Skip to content

Commit

Permalink
Bump material from 1.2.1 to 1.3.0
Browse files Browse the repository at this point in the history
Bumps material from 1.2.1 to 1.3.0.

---
updated-dependencies:
- dependency-name: androidx.compose.material:material
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2022
1 parent 3e0f386 commit 5805c5d
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 5805c5d

Please sign in to comment.