mirror of
https://github.com/nextcloud/android.git
synced 2024-11-29 18:59:18 +03:00
Bump spotbugs-gradle-plugin from 4.6.2 to 4.7.0
Bumps spotbugs-gradle-plugin from 4.6.2 to 4.7.0. Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a64ad5f179
commit
c3603936ad
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ buildscript {
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:4.1.2'
|
classpath 'com.android.tools.build:gradle:4.1.2'
|
||||||
classpath('com.hiya:jacoco-android:0.2')
|
classpath('com.hiya:jacoco-android:0.2')
|
||||||
classpath 'gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.6.2'
|
classpath 'gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.0'
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||||
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.15.0"
|
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.15.0"
|
||||||
classpath "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2
|
classpath "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2
|
||||||
|
|
Loading…
Reference in a new issue