diff --git a/build.gradle b/build.gradle index 29def300cf..3f2caf10c7 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ buildscript { // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" - classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.14.2" + classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.15.0" classpath 'com.akaita.android:easylauncher:1.3.1' } }