Skip to content

Commit

Permalink
Merge pull request #1540 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.6.1
  • Loading branch information
AndyScherzinger committed Sep 23, 2024
2 parents 18f01f7 + 4f162c4 commit 85c97ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.6.0'
classpath 'com.android.tools.build:gradle:8.6.1'
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.22'
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.6.0'
classpath 'com.android.tools.build:gradle:8.6.1'
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.22'
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 85c97ea

Please sign in to comment.