From be0a3cf8a1b00d5539f1a088380267ff8608199f Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Wed, 18 May 2022 19:06:59 +0200 Subject: [PATCH] revert detekt plugin update Signed-off-by: Andy Scherzinger --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2018861ec..62bcbc01f 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ buildscript { classpath 'com.android.tools.build:gradle:7.2.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}" classpath 'gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.5' - classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.20.0" + classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.19.0" classpath "org.jlleitschuh.gradle:ktlint-gradle:10.3.0" // NOTE: Do not place your application dependencies here; they belong