Skip to content

Commit a8a1d65

Browse files
Bump material from 1.4.0 to 1.6.1 in /android
Bumps [material](https://github.com/material-components/material-components-android) from 1.4.0 to 1.6.1. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](material-components/material-components-android@1.4.0...1.6.1) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1538382 commit a8a1d65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žandroid/code-samples/ARPlacingObjects/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343
dependencies {
4444
implementation fileTree(dir: 'libs', include: ['*.jar'])
4545
implementation 'androidx.appcompat:appcompat:1.3.1'
46-
implementation 'com.google.android.material:material:1.4.0'
46+
implementation 'com.google.android.material:material:1.6.1'
4747
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
4848
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
4949
testImplementation 'junit:junit:4.13.2'

β€Žandroid/mainSample/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343

4444
dependencies {
4545
implementation 'androidx.appcompat:appcompat:1.3.1'
46-
implementation 'com.google.android.material:material:1.4.0'
46+
implementation 'com.google.android.material:material:1.6.1'
4747
implementation 'androidx.cardview:cardview:1.0.0'
4848
implementation 'androidx.recyclerview:recyclerview:1.2.1'
4949
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'

0 commit comments

Comments
Β (0)