From 20f216edbd464e8a9f53c8a65c54ad3ca4d5a2ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 11:19:07 +0000 Subject: [PATCH] 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](https://github.com/material-components/material-components-android/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-compose/build.gradle | 2 +- snippets/app-places-ktx/build.gradle | 2 +- snippets/app-rx/build.gradle | 2 +- snippets/app-utils/build.gradle | 2 +- snippets/app/build.gradle | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index 13ceb0baa..4ab34c094 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation "androidx.compose.foundation:foundation:1.7.0-alpha08" implementation "androidx.compose.material:material:1.7.0-alpha08" - implementation 'com.google.android.material:material:1.11.0' + implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' implementation 'androidx.navigation:navigation-ui-ktx:2.7.7' diff --git a/snippets/app-places-ktx/build.gradle b/snippets/app-places-ktx/build.gradle index b43a2cfb2..f18009bb2 100644 --- a/snippets/app-places-ktx/build.gradle +++ b/snippets/app-places-ktx/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.android.volley:volley:1.2.1' - implementation 'com.google.android.material:material:1.11.0' + implementation 'com.google.android.material:material:1.12.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' diff --git a/snippets/app-rx/build.gradle b/snippets/app-rx/build.gradle index 90c126488..41025dedd 100644 --- a/snippets/app-rx/build.gradle +++ b/snippets/app-rx/build.gradle @@ -54,7 +54,7 @@ dependencies { // [START_EXCLUDE silent] implementation "androidx.appcompat:appcompat:1.6.1" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.7.0" - implementation "com.google.android.material:material:1.11.0" + implementation "com.google.android.material:material:1.12.0" implementation "com.trello.rxlifecycle4:rxlifecycle-android-lifecycle-kotlin:4.0.2" implementation "com.google.maps.android:maps-ktx:5.0.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.23" diff --git a/snippets/app-utils/build.gradle b/snippets/app-utils/build.gradle index 6f9293552..7b5382e7b 100644 --- a/snippets/app-utils/build.gradle +++ b/snippets/app-utils/build.gradle @@ -43,7 +43,7 @@ dependencies { // [START_EXCLUDE silent] implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.11.0' + implementation 'com.google.android.material:material:1.12.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index c1bb3b9b8..fc2244d5d 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation "androidx.compose.foundation:foundation:1.7.0-alpha08" implementation "androidx.compose.material:material:1.7.0-alpha08" - implementation 'com.google.android.material:material:1.11.0' + implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' implementation 'androidx.navigation:navigation-ui-ktx:2.7.7'