commit | b8c9b39585e50ce39f1a0a8e3cf2c8e555c00af7 | [log] [tgz] |
---|---|---|
author | Kirill Grouchnikov <[email protected]> | Tue Jan 21 17:52:49 2020 -0500 |
committer | Kirill Grouchnikov <[email protected]> | Fri Jan 31 13:54:18 2020 -0500 |
tree | 51a41642a2786cfc7cf355a8bbad7a0265bebe83 | |
parent | ef608e6568c9f46c1fe4dfda4323efd67a990a7f [diff] [blame] |
Track Resources.getColorStateList calls Bug: 147874909 Test: ./gradlew :lint-demo:lint-demo-appcompat:lint Change-Id: I9984fe61c5a93ad7a1492becab869a52972f7984
diff --git a/appcompat/appcompat-lint/build.gradle b/appcompat/appcompat-lint/build.gradle index 9b14d99..da60f47 100644 --- a/appcompat/appcompat-lint/build.gradle +++ b/appcompat/appcompat-lint/build.gradle
@@ -28,6 +28,10 @@ dependencies { compileOnly LINT_API_LATEST compileOnly KOTLIN_STDLIB + + testImplementation KOTLIN_STDLIB + testImplementation LINT_CORE + testImplementation LINT_TESTS } androidx {