diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 9afd495d8..f37f871be 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -153,6 +153,7 @@ + @@ -9113,6 +9114,14 @@ + + + + + + + + @@ -9137,6 +9146,14 @@ + + + + + + + + @@ -9161,6 +9178,14 @@ + + + + + + + + @@ -9185,6 +9210,14 @@ + + + + + + + + @@ -9209,6 +9242,14 @@ + + + + + + + + @@ -9233,6 +9274,14 @@ + + + + + + + + diff --git a/library/build.gradle b/library/build.gradle index 59a5d8f79..8856c0803 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.1' + classpath 'com.android.tools.build:gradle:9.1.0' 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 f1e6ed196..eb95d6740 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.1' + classpath 'com.android.tools.build:gradle:9.1.0' 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"