From 01bd4f1ee58a34f093d9a4c638065dc14db98c4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:41:20 +0000 Subject: [PATCH] Bump the android-gradle-plugin group with 5 updates Bumps the android-gradle-plugin group with 5 updates: | Package | From | To | | --- | --- | --- | | com.android.tools.build:gradle | `8.6.0` | `8.6.1` | | com.android.tools.lint:lint-tests | `31.6.0` | `31.6.1` | | com.android.tools.lint:lint | `31.6.0` | `31.6.1` | | com.android.tools.lint:lint-api | `31.6.0` | `31.6.1` | | com.android.tools:sdk-common | `31.6.0` | `31.6.1` | Updates `com.android.tools.build:gradle` from 8.6.0 to 8.6.1 Updates `com.android.tools.lint:lint-tests` from 31.6.0 to 31.6.1 Updates `com.android.tools.lint:lint` from 31.6.0 to 31.6.1 Updates `com.android.tools.lint:lint-api` from 31.6.0 to 31.6.1 Updates `com.android.tools.lint:lint` from 31.6.0 to 31.6.1 Updates `com.android.tools.lint:lint-api` from 31.6.0 to 31.6.1 Updates `com.android.tools:sdk-common` from 31.6.0 to 31.6.1 --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch dependency-group: android-gradle-plugin - dependency-name: com.android.tools.lint:lint-tests dependency-type: direct:production update-type: version-update:semver-patch dependency-group: android-gradle-plugin - dependency-name: com.android.tools.lint:lint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: android-gradle-plugin - dependency-name: com.android.tools.lint:lint-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: android-gradle-plugin - dependency-name: com.android.tools.lint:lint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: android-gradle-plugin - dependency-name: com.android.tools.lint:lint-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: android-gradle-plugin - dependency-name: com.android.tools:sdk-common dependency-type: direct:production update-type: version-update:semver-patch dependency-group: android-gradle-plugin ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f0e3ec4f9..e37627453 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,9 +4,9 @@ ksp = "2.0.20-1.0.25" # depends on Kotlin version compilerTesting = "1.6.0" destinations = "1.10.2" # update this alongside with compiler version -androidPlugin = "8.6.0" -lint = "31.6.0" # android plugin, lint and sdk-common need to be updated together -androidSdkCommon = "31.6.0" # if the Gradle plugin version is X.Y.Z, then the lint version is (X+23).Y.Z. +androidPlugin = "8.6.1" +lint = "31.6.1" # android plugin, lint and sdk-common need to be updated together +androidSdkCommon = "31.6.1" # if the Gradle plugin version is X.Y.Z, then the lint version is (X+23).Y.Z. detekt = "1.23.7" lifecycle = "2.8.5"