We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0a6ab commit a70922bCopy full SHA for a70922b
build.gradle
@@ -34,7 +34,7 @@ buildscript {
34
}
35
36
plugins {
37
- id("io.gitlab.arturbosch.detekt").version("1.9.1") // Check version number in `Versions.detekt`
+ id("io.gitlab.arturbosch.detekt").version("1.17.1") // Check version number in `Versions.detekt` (Dependencies.kt)
38
39
40
allprojects {
buildSrc/src/main/java/Dependencies.kt
@@ -21,7 +21,7 @@ object Versions {
21
const val android_gradle_plugin = "4.0.1"
22
const val android_maven_publish_plugin = "3.6.2"
23
const val lint = "27.0.1"
24
- const val detekt = "1.9.1"
+ const val detekt = "1.17.1"
25
26
const val sentry = "1.7.21"
27
const val okhttp = "3.13.1"
0 commit comments