From fafa08bdd702adc3aa33f1cc025be6fa9de52390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 07:17:12 +0000 Subject: [PATCH] build(deps): bump com.android.tools.lint:lint-checks Bumps com.android.tools.lint:lint-checks from 30.1.1 to 31.1.2. --- updated-dependencies: - dependency-name: com.android.tools.lint:lint-checks dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- lint-checks/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint-checks/build.gradle b/lint-checks/build.gradle index 49e744e44..b47d505fc 100644 --- a/lint-checks/build.gradle +++ b/lint-checks/build.gradle @@ -12,7 +12,7 @@ lintOptions { dependencies { compileOnly "com.android.tools.lint:lint-api:31.1.0" - compileOnly "com.android.tools.lint:lint-checks:31.1.0" + compileOnly "com.android.tools.lint:lint-checks:31.1.2" // compileOnly "com.android.tools.lint:manifest-merger:31.1.0" compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" testImplementation "junit:junit:4.13.2"