mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 15:05:44 +03:00
Merge pull request #1523 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.18.0
Bump detekt-gradle-plugin from 1.17.1 to 1.18.0
This commit is contained in:
commit
9bfb050bbb
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ buildscript {
|
|||
classpath 'com.android.tools.build:gradle:4.1.3'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
|
||||
classpath 'gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.2'
|
||||
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.17.1"
|
||||
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.18.0"
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
|
Loading…
Reference in a new issue