Skip to content

Commit 20f216e

Browse files
chore(deps): bump com.google.android.material:material from 1.11.0 to 1.12.0 in /snippets (#1561)
chore(deps): bump com.google.android.material:material in /snippets Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](material-components/material-components-android@1.11.0...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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1df7d3d commit 20f216e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

snippets/app-compose/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
implementation 'androidx.appcompat:appcompat:1.6.1'
5252
implementation "androidx.compose.foundation:foundation:1.7.0-alpha08"
5353
implementation "androidx.compose.material:material:1.7.0-alpha08"
54-
implementation 'com.google.android.material:material:1.11.0'
54+
implementation 'com.google.android.material:material:1.12.0'
5555
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
5656
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7'
5757
implementation 'androidx.navigation:navigation-ui-ktx:2.7.7'

snippets/app-places-ktx/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
implementation 'androidx.core:core-ktx:1.13.1'
4343
implementation 'androidx.appcompat:appcompat:1.6.1'
4444
implementation 'com.android.volley:volley:1.2.1'
45-
implementation 'com.google.android.material:material:1.11.0'
45+
implementation 'com.google.android.material:material:1.12.0'
4646
testImplementation 'junit:junit:4.13.2'
4747
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
4848
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

snippets/app-rx/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
// [START_EXCLUDE silent]
5555
implementation "androidx.appcompat:appcompat:1.6.1"
5656
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.7.0"
57-
implementation "com.google.android.material:material:1.11.0"
57+
implementation "com.google.android.material:material:1.12.0"
5858
implementation "com.trello.rxlifecycle4:rxlifecycle-android-lifecycle-kotlin:4.0.2"
5959
implementation "com.google.maps.android:maps-ktx:5.0.0"
6060
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.23"

snippets/app-utils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
// [START_EXCLUDE silent]
4444
implementation 'androidx.core:core-ktx:1.13.1'
4545
implementation 'androidx.appcompat:appcompat:1.6.1'
46-
implementation 'com.google.android.material:material:1.11.0'
46+
implementation 'com.google.android.material:material:1.12.0'
4747
testImplementation 'junit:junit:4.13.2'
4848
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
4949
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

snippets/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
implementation 'androidx.appcompat:appcompat:1.6.1'
5757
implementation "androidx.compose.foundation:foundation:1.7.0-alpha08"
5858
implementation "androidx.compose.material:material:1.7.0-alpha08"
59-
implementation 'com.google.android.material:material:1.11.0'
59+
implementation 'com.google.android.material:material:1.12.0'
6060
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
6161
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7'
6262
implementation 'androidx.navigation:navigation-ui-ktx:2.7.7'

0 commit comments

Comments
 (0)