From e5bcc538f2e65fffa313364bd5b5d9d3a06b3bfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 23:03:22 +0000 Subject: [PATCH] chore: bump lintVersion from 30.1.3 to 31.1.4 Bumps `lintVersion` from 30.1.3 to 31.1.4. Updates `com.android.tools.lint:lint-api` from 30.1.3 to 31.1.4 Updates `com.android.tools.lint:lint-checks` from 30.1.3 to 31.1.4 Updates `com.android.tools.lint:lint` from 30.1.3 to 31.1.4 Updates `com.android.tools.lint:lint-tests` from 30.1.3 to 31.1.4 Updates `com.android.tools:testutils` from 30.1.3 to 31.1.4 --- updated-dependencies: - dependency-name: com.android.tools.lint:lint-api dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.android.tools.lint:lint-checks dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.android.tools.lint:lint dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.android.tools.lint:lint-tests dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.android.tools:testutils dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tooling/custom-lint-rules/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/custom-lint-rules/build.gradle b/tooling/custom-lint-rules/build.gradle index b1e1414b8..94a06ea02 100644 --- a/tooling/custom-lint-rules/build.gradle +++ b/tooling/custom-lint-rules/build.gradle @@ -9,7 +9,7 @@ targetCompatibility = 1.8 buildscript { ext { - lintVersion = '30.1.3' + lintVersion = '31.1.4' } repositories { mavenCentral()