diff --git a/build.gradle b/build.gradle index 26a810e4a..d5df270be 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.3' - classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.18.0" + classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.18.1" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files