File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 classpath ' com.android.tools.build:gradle:8.1.2'
99 classpath ' com.github.spotbugs.snom:spotbugs-gradle-plugin:5.1.3'
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11- classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.1 "
11+ classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.3 "
1212 classpath " org.jacoco:org.jacoco.core:$jacoco_version "
1313 classpath " org.jacoco:org.jacoco.report:$jacoco_version "
1414 classpath " org.jacoco:org.jacoco.agent:$jacoco_version "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 classpath ' com.android.tools.build:gradle:8.1.2'
44 classpath ' com.github.spotbugs.snom:spotbugs-gradle-plugin:5.1.3'
55 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
6- classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.1 "
6+ classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.3 "
77 classpath " commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2
88 classpath ' com.karumi:shot:6.0.0'
99 }
You can’t perform that action at this time.
0 commit comments