Skip to content

Commit

Permalink
Merge pull request #1290 from nextcloud/dependabot/gradle/com.android…
Browse files Browse the repository at this point in the history
….tools.build-gradle-8.2.1

Bump com.android.tools.build:gradle from 8.2.0 to 8.2.1
  • Loading branch information
AndyScherzinger authored Jan 4, 2024
2 parents a8111ed + e818a7f commit ceab645
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 @@ -7,7 +7,7 @@ buildscript {
junit_version = '4.13.2'
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.0'
classpath 'com.android.tools.build:gradle:8.2.1'
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.4"
Expand Down
2 changes: 1 addition & 1 deletion sample_client/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:8.2.0'
classpath 'com.android.tools.build:gradle:8.2.1'
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.4"
Expand Down

0 comments on commit ceab645

Please sign in to comment.