Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2021-05-17 10:40:15 +0300
committerGitHub <noreply@github.com>2021-05-17 10:40:15 +0300
commite546ddd7226b69a85fdae75156f3e241a6c48400 (patch)
tree98aa4c5c1832bdace7c866fa55b821cf5790fc53
parentc6cbd8819dd0c1f8e2afcc8570ef33b65ebfab5c (diff)
parent73fa8f98ea621b09a58922cc1e8480a5c3286f6f (diff)
Merge pull request #1256 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.17.0alpha-
Bump detekt-gradle-plugin from 1.16.0 to 1.17.0
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index daa9f4019..faa01196b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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.1'
- classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.16.0"
+ classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.17.0"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files