diff --git a/build.gradle b/build.gradle index faa01196b..40165a717 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.17.0" + classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.17.1" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files