Skip to content

Commit

Permalink
Rollback detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
priettt committed Jan 3, 2024
1 parent a01b572 commit f3ab0a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {

// TODO: future - these versions must be kept in sync when updating buildscript deps.
implementation("com.android.tools.build:gradle:7.3.0")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.21.0")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32")
implementation("org.jetbrains.kotlinx:binary-compatibility-validator:0.12.1")
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/io/embrace/gradle/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object Versions {
val dokka = "1.7.10"

@JvmField
val detekt = "1.22.0"
val detekt = "1.21.0"

@JvmField
val binaryCompatValidator = "0.12.1"
Expand Down

0 comments on commit f3ab0a8

Please sign in to comment.