Merge pull request #8190 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-4.1.3

Bump gradle from 4.1.2 to 4.1.3
This commit is contained in:
Andy Scherzinger 2021-03-19 08:42:26 +01:00 committed by GitHub
commit 749035df38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.2'
classpath 'com.android.tools.build:gradle:4.1.3'
classpath('com.hiya:jacoco-android:0.2')
classpath 'gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"