From 4b625d2b5833649c7e8f482f76efceff5ac966b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 12:01:06 +0000 Subject: [PATCH] Bump lintVersion from 27.1.0-alpha02 to 30.1.0-alpha04 Bumps `lintVersion` from 27.1.0-alpha02 to 30.1.0-alpha04. Updates `lint-api` from 27.1.0-alpha02 to 30.1.0-alpha04 Updates `lint-checks` from 27.1.0-alpha02 to 30.1.0-alpha04 Updates `lint` from 27.1.0-alpha02 to 30.1.0-alpha04 Updates `lint-tests` from 27.1.0-alpha02 to 30.1.0-alpha04 Updates `testutils` from 27.1.0-alpha02 to 30.1.0-alpha04 --- 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..a803c9a 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.1.0-alpha04' compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" compileOnly "com.android.tools.lint:lint-api:$lintVersion" compileOnly "com.android.tools.lint:lint-checks:$lintVersion"