From eafe788c1d513190d2d88697f16b7a35218d542a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:33:45 +0000 Subject: [PATCH] chore(deps): bump com.google.android.material:material from 1.8.0 to 1.11.0 in /snippets (#1483) 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.8.0 to 1.11.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.8.0...1.11.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 ce4797fac..5455a42fa 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-alpha02" implementation "androidx.compose.material:material:1.7.0-alpha02" - implementation 'com.google.android.material:material:1.10.0' + implementation 'com.google.android.material:material:1.11.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.4' diff --git a/snippets/app-places-ktx/build.gradle b/snippets/app-places-ktx/build.gradle index bf8e80b9f..7aa28d64a 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.12.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.android.volley:volley:1.2.1' - implementation 'com.google.android.material:material:1.10.0' + implementation 'com.google.android.material:material:1.11.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 2560e70c7..b945774af 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.10.0" + implementation "com.google.android.material:material:1.11.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.10" diff --git a/snippets/app-utils/build.gradle b/snippets/app-utils/build.gradle index 5d75d151b..ee3f2d00b 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.12.0' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.10.0' + implementation 'com.google.android.material:material:1.11.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 9f6dfec77..e117f1d5e 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-alpha02" implementation "androidx.compose.material:material:1.7.0-alpha02" - implementation 'com.google.android.material:material:1.8.0' + implementation 'com.google.android.material:material:1.11.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' implementation 'androidx.navigation:navigation-ui-ktx:2.5.3'