Skip to content

Commit 31715dc

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

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

gradle/verification-metadata.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,6 +1845,14 @@
18451845
<sha256 value="f2e8aad4455a42372462d5e18a26973d67571179a6757f3825f227e91af2f2db" origin="Generated by Gradle" reason="Artifact is not signed"/>
18461846
</artifact>
18471847
</component>
1848+
<component group="com.android.tools.build" name="bundletool" version="1.17.1">
1849+
<artifact name="bundletool-1.17.1.jar">
1850+
<sha256 value="392fd3b099bd82b116c8772ab8fc4139984a91108a643f8dfc9ee29648818ad8" origin="Generated by Gradle" reason="Artifact is not signed"/>
1851+
</artifact>
1852+
<artifact name="bundletool-1.17.1.pom">
1853+
<sha256 value="7cdd337644d523fe60cfb632410c6b7fb7d982eec53270ddbedff1c26333545d" origin="Generated by Gradle" reason="Artifact is not signed"/>
1854+
</artifact>
1855+
</component>
18481856
<component group="com.android.tools.build" name="gradle" version="8.2.2">
18491857
<artifact name="gradle-8.2.2.jar">
18501858
<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.6.1'
21+
classpath 'com.android.tools.build:gradle:8.7.0'
2222
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.24'
2323
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2424
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7"

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.6.1'
14+
classpath 'com.android.tools.build:gradle:8.7.0'
1515
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.24'
1616
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1717
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7"

0 commit comments

Comments
 (0)