1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-24 16:21:16 +02:00

bump gradle plugin

This commit is contained in:
Andreas Shimokawa 2020-03-12 13:28:35 +01:00
parent 7f497716b3
commit d2647b2b65

View File

@ -9,7 +9,7 @@ buildscript {
} }
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.6.0' classpath 'com.android.tools.build:gradle:3.6.1'
classpath "gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:2.0.0" classpath "gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:2.0.0"
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong