Skip to content

Commit 1459dac

Browse files
Bump com.google.android.material:material in /android (#176)
Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.6.1 to 1.12.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](material-components/material-components-android@1.6.1...1.12.0) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cca1fa7 commit 1459dac

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
@@ -45,7 +45,7 @@ android {
4545
dependencies {
4646
implementation fileTree(dir: 'libs', include: ['*.jar'])
4747
implementation 'androidx.appcompat:appcompat:1.0.0'
48-
implementation 'com.google.android.material:material:1.6.1'
48+
implementation 'com.google.android.material:material:1.12.0'
4949
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
5050
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
5151
testImplementation 'junit:junit:4.13.2'

β€Žandroid/mainSample/build.gradle

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

4848
dependencies {
4949
implementation 'androidx.appcompat:appcompat:1.0.0'
50-
implementation 'com.google.android.material:material:1.6.1'
50+
implementation 'com.google.android.material:material:1.12.0'
5151
implementation 'androidx.cardview:cardview:1.0.0'
5252
implementation 'androidx.recyclerview:recyclerview:1.2.1'
5353
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

0 commit comments

Comments
Β (0)