Skip to content

Commit

Permalink
ANDROID-11179 using detekt's last version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmanriquehiberus committed Sep 18, 2024
1 parent 23291e2 commit fd59062
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 7 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
accompanist_version = "0.32.0"
coil_version = '2.5.0'
constraintComposeVersion = '1.0.1'
detekt_version = '1.22.0'
detekt_version = '1.23.7'
roborazzi_version = "1.10.1"
}
repositories {
Expand All @@ -24,14 +24,19 @@ buildscript {
classpath "com.android.tools.build:gradle:8.1.4"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "gradle.plugin.com.betomorrow.gradle:appcenter-plugin:2.0.3"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:$detekt_version"
}
}

plugins {
id 'org.jetbrains.kotlin.android' version '1.5.21' apply false
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0' apply false
id "io.github.takahirom.roborazzi" version '1.10.1' apply false
id 'io.gitlab.arturbosch.detekt' version '1.22.0'
id "io.gitlab.arturbosch.detekt" version '1.23.7'
}

dependencies {
apply plugin: "io.gitlab.arturbosch.detekt"
}

allprojects {
Expand Down
2 changes: 0 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ dependencies {

implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1"

implementation "io.gitlab.arturbosch.detekt:$detekt_version"

testImplementation 'junit:junit:4.13.2'
testImplementation "androidx.compose.ui:ui-test-junit4:$compose_ui_version"
testImplementation "androidx.compose.ui:ui-test-manifest:$compose_ui_version"
Expand Down

0 comments on commit fd59062

Please sign in to comment.