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 e89a23e commit d407ba8Copy full SHA for d407ba8
tooling/custom-lint-rules/build.gradle
@@ -42,7 +42,7 @@ dependencies {
42
implementation configurations.lintJar
43
compileOnly "com.android.tools.lint:lint-api:$lintVersion"
44
compileOnly "com.android.tools.lint:lint-checks:$lintVersion"
45
- compileOnly 'org.codehaus.groovy:groovy-all:3.0.13'
+ compileOnly 'org.codehaus.groovy:groovy-all:3.0.19'
46
testImplementation 'junit:junit:4.13.2'
47
testImplementation "com.android.tools.lint:lint:$lintVersion"
48
testImplementation "com.android.tools.lint:lint-tests:$lintVersion"
0 commit comments