[Android]: Bump material from 1.6.0-alpha01 to 1.6.0-alpha02

Bumps [material](https://github.com/material-components/material-components-android) from 1.6.0-alpha01 to 1.6.0-alpha02.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](https://github.com/material-components/material-components-android/compare/1.6.0-alpha01...1.6.0-alpha02)

---
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>
This commit is contained in:
dependabot[bot]
2022-02-02 09:12:42 +00:00
committed by GitHub
parent d2fee27180
commit c07f4458fd
3 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.6.0-alpha01'
implementation 'com.google.android.material:material:1.6.0-alpha02'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation 'androidx.preference:preference-ktx:1.1.1'

View File

@@ -37,7 +37,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.6.0-alpha01'
implementation 'com.google.android.material:material:1.6.0-alpha02'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'

View File

@@ -52,7 +52,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.6.0-alpha01'
implementation 'com.google.android.material:material:1.6.0-alpha02'
implementation "androidx.compose.ui:ui:1.1.0-beta02"
implementation "androidx.compose.material:material:1.0.5"
implementation "androidx.compose.ui:ui-tooling-preview:1.0.5"