Skip to content

Commit 4effced

Browse files
Merge pull request #1882 from nextcloud/renovate/com.android.tools.build-gradle-8.x
fix(deps): update dependency com.android.tools.build:gradle to v8.13.1
2 parents de35b67 + c007b72 commit 4effced

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@
224224
</trusted-key>
225225
<trusted-key id="BFD244AF9E85F6ABDCA2B65CDE61FB98F06CE8AE" group="org.json4s"/>
226226
<trusted-key id="C0612048F3393B80B22639B4F067A2FD751AE3E4" group="io.github.davidburstrom.contester" name="contester-breakpoint" version="0.2.0"/>
227+
<trusted-key id="C3259D20DAEC4ACE6D57CC83340B090F727518D8" group="com.google.j2objc" name="j2objc-annotations" version="3.1"/>
227228
<trusted-key id="C6F7D1C804C821F49AF3BFC13AD93C3C677A106E">
228229
<trusting group="io.perfmark" name="perfmark-api" version="0.23.0"/>
229230
<trusting group="io.perfmark" name="perfmark-api" version="0.26.0"/>

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.13.0'
21+
classpath 'com.android.tools.build:gradle:8.13.1'
2222
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.4.4'
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.13.0'
14+
classpath 'com.android.tools.build:gradle:8.13.1'
1515
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.4.4'
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)