From 79e5b507a000b6e6d627eca7717ec2a28d604884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 22:05:46 +0000 Subject: [PATCH] chore: bump lintVersion from 30.1.3 to 30.4.0 Bumps `lintVersion` from 30.1.3 to 30.4.0. Updates `lint-api` from 30.1.3 to 30.4.0 Updates `lint-checks` from 30.1.3 to 30.4.0 Updates `lint` from 30.1.3 to 30.4.0 Updates `lint-tests` from 30.1.3 to 30.4.0 Updates `testutils` from 30.1.3 to 30.4.0 --- updated-dependencies: - dependency-name: com.android.tools.lint:lint-api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.tools.lint:lint-checks dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.tools.lint:lint dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.tools.lint:lint-tests dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.tools:testutils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tooling/custom-lint-rules/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 tooling/custom-lint-rules/build.gradle diff --git a/tooling/custom-lint-rules/build.gradle b/tooling/custom-lint-rules/build.gradle old mode 100755 new mode 100644 index 99af1017b..1516c5e27 --- 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 = '30.4.0' } repositories { mavenCentral()