commit | 4411aa1e710e6a7d6f27c880e8c1fa24c9c39146 | [log] [tgz] |
---|---|---|
author | Alan Viverette <[email protected]> | Fri May 07 18:33:11 2021 -0400 |
committer | Aurimas Liutikas <[email protected]> | Thu May 13 08:49:51 2021 -0700 |
tree | b7be8428305ce3e4c875273afa60ce755d04c971 | |
parent | 322bfd66b7bdbcb8f48a56095e7217df281d361d [diff] [blame] |
Update androidx to AGP 7.0-alpha15 Test: ./gradlew bOS Change-Id: Ic8a0c6197e92e958251ecce74e5585f55af2fbdb
diff --git a/testutils/testutils-mockito/build.gradle b/testutils/testutils-mockito/build.gradle index 18aaea4..7582ccd 100644 --- a/testutils/testutils-mockito/build.gradle +++ b/testutils/testutils-mockito/build.gradle
@@ -27,3 +27,9 @@ implementation(KOTLIN_STDLIB) } + +android { + lintOptions { + disable "InvalidPackage" // Lint is unhappy about java.lang.instrument package + } +} \ No newline at end of file