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"