From 6f6b0fd1a64cf7dbfb364b7bac133277dc1bf1b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 13:01:38 +0000 Subject: [PATCH] Bump lintVersion from 27.1.0-alpha02 to 30.2.0-alpha05 Bumps `lintVersion` from 27.1.0-alpha02 to 30.2.0-alpha05. Updates `lint-api` from 27.1.0-alpha02 to 30.2.0-alpha05 Updates `lint-checks` from 27.1.0-alpha02 to 30.2.0-alpha05 Updates `lint` from 27.1.0-alpha02 to 30.2.0-alpha05 Updates `lint-tests` from 27.1.0-alpha02 to 30.2.0-alpha05 Updates `testutils` from 27.1.0-alpha02 to 30.2.0-alpha05 --- 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] --- loggingutilslint/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loggingutilslint/build.gradle b/loggingutilslint/build.gradle index 48ea8c7..611f830 100644 --- a/loggingutilslint/build.gradle +++ b/loggingutilslint/build.gradle @@ -12,7 +12,7 @@ lintOptions { dependencies { // For a description of the below dependencies, see the main project README - def lintVersion = '27.1.0-alpha02' + def lintVersion = '30.2.0-alpha05' compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" compileOnly "com.android.tools.lint:lint-api:$lintVersion" compileOnly "com.android.tools.lint:lint-checks:$lintVersion"