From d52ff340452e5268b8c3746502d928d4228ba248 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 03:49:30 +0000 Subject: [PATCH] fix(deps): update dependency com.android.tools.build:gradle to v9.0.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 52 +++++++++++++++++--------------- library/build.gradle | 2 +- sample_client/build.gradle | 2 +- 3 files changed, 30 insertions(+), 26 deletions(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 347e41111..9afd495d8 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -37,6 +37,10 @@ + + + + @@ -8127,6 +8131,14 @@ + + + + + + + + @@ -8135,14 +8147,6 @@ - - - - - - - - @@ -8191,14 +8195,14 @@ - - - - - - - - + + + + + + + + @@ -8247,14 +8251,14 @@ - - - - - - - - + + + + + + + + diff --git a/library/build.gradle b/library/build.gradle index 5ed0a3852..58bb59f93 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -18,7 +18,7 @@ buildscript { junit_version = '4.13.2' } dependencies { - classpath 'com.android.tools.build:gradle:9.0.0' + classpath 'com.android.tools.build:gradle:9.0.1' classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.4.8' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8" diff --git a/sample_client/build.gradle b/sample_client/build.gradle index 33013eebc..f1e6ed196 100644 --- a/sample_client/build.gradle +++ b/sample_client/build.gradle @@ -11,7 +11,7 @@ buildscript { dependencies { - classpath 'com.android.tools.build:gradle:9.0.0' + classpath 'com.android.tools.build:gradle:9.0.1' classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.4.8' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8"