Skip to content

Commit

Permalink
Bump com.google.android.material:material
Browse files Browse the repository at this point in the history
Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.10.0-alpha02 to 1.10.0-alpha03.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](material-components/material-components-android@1.10.0-alpha02...1.10.0-alpha03)

---
updated-dependencies:
- dependency-name: com.google.android.material:material
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 22, 2023
1 parent b810575 commit 8e92076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
//noinspection DifferentStdlibGradleVersion
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.8.21")
implementation("androidx.core:core:1.12.0-alpha04")
implementation("com.google.android.material:material:1.10.0-alpha02")
implementation("com.google.android.material:material:1.10.0-alpha03")
implementation("androidx.constraintlayout:constraintlayout:2.2.0-alpha09")
implementation("androidx.preference:preference-ktx:1.2.0")
implementation("androidx.activity:activity-ktx:1.8.0-alpha04")
Expand Down

0 comments on commit 8e92076

Please sign in to comment.