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 420b571 commit 9fa610fCopy full SHA for 9fa610f
tooling/custom-lint-rules/build.gradle
100755
100644
@@ -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.21'
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