Skip to content

Commit

Permalink
Bug 1805070 - Part 4: Sync Fenix detekt configuration with AC
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielluong authored and mergify[bot] committed May 19, 2023
1 parent 475d011 commit cfc45b8
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 130 deletions.
2 changes: 1 addition & 1 deletion fenix/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ buildscript {
}

plugins {
id("io.gitlab.arturbosch.detekt").version("1.19.0")
id("io.gitlab.arturbosch.detekt").version("1.22.0")
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion fenix/buildSrc/src/main/java/FenixDependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object FenixVersions {
const val sentry = "6.19.0"
const val leakcanary = "2.11"
const val osslicenses_plugin = "0.10.4"
const val detekt = "1.19.0"
const val detekt = "1.22.0"

const val androidx_activity = "1.7.1"
const val androidx_compose = "1.4.3"
Expand Down

0 comments on commit cfc45b8

Please sign in to comment.