From 8674819e6831f0f82d0dd1e6504f0b91e3e0a49b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 12:06:06 +0000 Subject: [PATCH] Bump lintVersion from 30.0.3 to 30.0.4 Bumps `lintVersion` from 30.0.3 to 30.0.4. Updates `lint` from 30.0.3 to 30.0.4 Updates `lint-api` from 30.0.3 to 30.0.4 --- updated-dependencies: - dependency-name: com.android.tools.lint:lint dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.android.tools.lint:lint-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 98ed692..a26720d 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ buildscript { detektVersion = '1.9.1' - lintVersion = '30.0.3' + lintVersion = '30.0.4' } repositories { google()