From 0887f16171a5462d3320ce89c462aa18d5ada166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 03:12:44 +0000 Subject: [PATCH] Bump the gradle-dependencies group with 2 updates Bumps the gradle-dependencies group with 2 updates: com.android.tools.build:gradle and [com.google.android.material:material](https://github.com/material-components/material-components-android). Updates `com.android.tools.build:gradle` from 8.12.2 to 8.13.0 Updates `com.google.android.material:material` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.12.0...1.13.0) --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-version: 8.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies - dependency-name: com.google.android.material:material dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- libtestingexample/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index ebb6468..d9013fd 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath "com.android.tools.build:gradle:8.12.2" + classpath "com.android.tools.build:gradle:8.13.0" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10" } } \ No newline at end of file diff --git a/libtestingexample/build.gradle b/libtestingexample/build.gradle index ebe898e..ec7cb42 100644 --- a/libtestingexample/build.gradle +++ b/libtestingexample/build.gradle @@ -37,7 +37,7 @@ android { dependencies { implementation "androidx.core:core-ktx:1.17.0" implementation "androidx.appcompat:appcompat:1.7.1" - implementation "com.google.android.material:material:1.12.0" + implementation "com.google.android.material:material:1.13.0" androidTestImplementation "androidx.test.ext:junit:1.3.0" androidTestImplementation "androidx.test:core-ktx:1.7.0" androidTestImplementation "androidx.test:rules:1.7.0"