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 a08353a commit 5500c71Copy full SHA for 5500c71
build.gradle.kts
@@ -29,7 +29,7 @@ dependencies {
29
compileOnly(localGroovy())
30
compileOnly("com.github.spotbugs:spotbugs:$spotBugsVersion")
31
compileOnly("com.android.tools.build:gradle:$androidGradlePluginVersion")
32
- testImplementation("com.tngtech.archunit:archunit:1.2.0")
+ testImplementation("com.tngtech.archunit:archunit:1.2.1")
33
}
34
35
val signingKey: String? = providers.environmentVariable("SIGNING_KEY").orNull
0 commit comments