Skip to content

Commit be3f959

Browse files
fix(deps): update dependency com.android.tools.build:gradle to v8.10.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eeac257 commit be3f959

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

gradle/verification-metadata.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
<trusting group="org.bitbucket.b_c" name="jose4j" version="0.9.5"/>
6868
</trusted-key>
6969
<trusted-key id="31BAE2E51D95E0F8AD9B7BCC40A3C4432BD7308C" group="com.googlecode.juniversalchardet" name="juniversalchardet" version="1.0.3"/>
70+
<trusted-key id="32118CF76C9EC5D918E54967CA80D1F0EB6CA4BA" group="org.codehaus.mojo"/>
7071
<trusted-key id="33FD4BFD33554634053D73C0C2148900BCD3C2AF" group="org.jetbrains" name="annotations" version="23.0.0"/>
7172
<trusted-key id="34441E504A937F43EB0DAEF96A65176A0FB1CD0B">
7273
<trusting group="org.apache.groovy" name="groovy-bom" version="4.0.22"/>
@@ -80,6 +81,7 @@
8081
<trusted-key id="47504B76CF89C15C0512D9AFE16AB52D79FD224F">
8182
<trusting group="com.google.api.grpc" name="proto-google-common-protos" version="2.0.1"/>
8283
<trusting group="com.google.api.grpc" name="proto-google-common-protos" version="2.17.0"/>
84+
<trusting group="com.google.api.grpc" name="proto-google-common-protos" version="2.48.0"/>
8385
</trusted-key>
8486
<trusted-key id="475F3B8E59E6E63AA78067482C7B12F2A511E325">
8587
<trusting group="ch.qos.logback"/>
@@ -194,6 +196,7 @@
194196
<trusted-key id="C6F7D1C804C821F49AF3BFC13AD93C3C677A106E">
195197
<trusting group="io.perfmark" name="perfmark-api" version="0.23.0"/>
196198
<trusting group="io.perfmark" name="perfmark-api" version="0.26.0"/>
199+
<trusting group="io.perfmark" name="perfmark-api" version="0.27.0"/>
197200
</trusted-key>
198201
<trusted-key id="C70B844F002F21F6D2B9C87522E44AC0622B91C3" group="com.beust" name="jcommander" version="1.82"/>
199202
<trusted-key id="C7BE5BCC9FEC15518CFDA882B0F3710FA64900E7" group="^com[.]google($|([.].*))" regex="true"/>
@@ -2866,6 +2869,14 @@
28662869
<sha256 value="f342d06b5180e6eaba076a2a18a8e7fd66ae9b5f048964afb6ef42a023fa3752" origin="Generated by Gradle" reason="Artifact is not signed"/>
28672870
</artifact>
28682871
</component>
2872+
<component group="com.android.tools.build" name="bundletool" version="1.18.0">
2873+
<artifact name="bundletool-1.18.0.jar">
2874+
<sha256 value="b07f346383bac7d5ddbba2794ddc770565a83ae691d80332264d42dd9bfb4507" origin="Generated by Gradle" reason="Artifact is not signed"/>
2875+
</artifact>
2876+
<artifact name="bundletool-1.18.0.pom">
2877+
<sha256 value="d7230cbf765abbe27b85337d5c703aa01624ad519913e8dd5f782a1db57bf071" origin="Generated by Gradle" reason="Artifact is not signed"/>
2878+
</artifact>
2879+
</component>
28692880
<component group="com.android.tools.build" name="gradle" version="8.2.2">
28702881
<artifact name="gradle-8.2.2.jar">
28712882
<sha256 value="ca50f47cd13d347de7c89ecb2bd06487b03a88687c46c2b776bc0a9323958955" origin="Generated by Gradle" reason="Artifact is not signed"/>

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818
junit_version = '4.13.2'
1919
}
2020
dependencies {
21-
classpath 'com.android.tools.build:gradle:8.9.2'
21+
classpath 'com.android.tools.build:gradle:8.10.0'
2222
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.10'
2323
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2424
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8"

sample_client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
buildscript {
1313
dependencies {
14-
classpath 'com.android.tools.build:gradle:8.9.2'
14+
classpath 'com.android.tools.build:gradle:8.10.0'
1515
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.10'
1616
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1717
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8"

0 commit comments

Comments
 (0)