Skip to content

Commit

Permalink
Merge pull request #1625 from nextcloud/renovate/com.android.tools.bu…
Browse files Browse the repository at this point in the history
…ild-gradle-8.x

fix(deps): update dependency com.android.tools.build:gradle to v8.8.0
  • Loading branch information
github-actions[bot] authored Jan 10, 2025
2 parents 3044318 + f96e050 commit 49714d3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1973,6 +1973,14 @@
<sha256 value="7cdd337644d523fe60cfb632410c6b7fb7d982eec53270ddbedff1c26333545d" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.android.tools.build" name="bundletool" version="1.17.2">
<artifact name="bundletool-1.17.2.jar">
<sha256 value="166855cb81e10f2328a2931006f4801f422d8f4de5d717ec0f7f16fc2049a089" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="bundletool-1.17.2.pom">
<sha256 value="f342d06b5180e6eaba076a2a18a8e7fd66ae9b5f048964afb6ef42a023fa3752" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.android.tools.build" name="gradle" version="8.2.2">
<artifact name="gradle-8.2.2.jar">
<sha256 value="ca50f47cd13d347de7c89ecb2bd06487b03a88687c46c2b776bc0a9323958955" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
junit_version = '4.13.2'
}
dependencies {
classpath 'com.android.tools.build:gradle:8.7.3'
classpath 'com.android.tools.build:gradle:8.8.0'
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.27'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7"
Expand Down
2 changes: 1 addition & 1 deletion sample_client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:8.7.3'
classpath 'com.android.tools.build:gradle:8.8.0'
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.27'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7"
Expand Down

0 comments on commit 49714d3

Please sign in to comment.