diff --git a/lint-checks/build.gradle b/lint-checks/build.gradle index a8b3b3975..d333e55e1 100644 --- a/lint-checks/build.gradle +++ b/lint-checks/build.gradle @@ -17,7 +17,7 @@ dependencies { compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" testImplementation "junit:junit:4.13.2" testImplementation "com.android.tools.lint:lint:31.4.1" - testImplementation "com.android.tools.lint:lint-tests:31.4.1" + testImplementation "com.android.tools.lint:lint-tests:31.7.0" testImplementation "com.android.tools:testutils:31.4.1" }