From ad7826842890ba942c337fd9ca8e84bfdce165e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:14:40 +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.7.2` | `8.7.3` | | com.android.tools.lint:lint-tests | `31.7.2` | `31.7.3` | | com.android.tools.lint:lint | `31.7.2` | `31.7.3` | | com.android.tools.lint:lint-api | `31.7.2` | `31.7.3` | | com.android.tools:sdk-common | `31.7.2` | `31.7.3` | Updates `com.android.tools.build:gradle` from 8.7.2 to 8.7.3 Updates `com.android.tools.lint:lint-tests` from 31.7.2 to 31.7.3 Updates `com.android.tools.lint:lint` from 31.7.2 to 31.7.3 Updates `com.android.tools.lint:lint-api` from 31.7.2 to 31.7.3 Updates `com.android.tools.lint:lint` from 31.7.2 to 31.7.3 Updates `com.android.tools.lint:lint-api` from 31.7.2 to 31.7.3 Updates `com.android.tools:sdk-common` from 31.7.2 to 31.7.3 --- 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 a3bead0ce..4839c91be 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,9 +4,9 @@ ksp = "2.0.21-1.0.28" # depends on Kotlin version compilerTesting = "1.6.0" destinations = "1.11.6" # update this alongside with compiler version -androidPlugin = "8.7.2" -lint = "31.7.2" # android plugin, lint and sdk-common need to be updated together -androidSdkCommon = "31.7.2" # if the Gradle plugin version is X.Y.Z, then the lint version is (X+23).Y.Z. +androidPlugin = "8.7.3" +lint = "31.7.3" # android plugin, lint and sdk-common need to be updated together +androidSdkCommon = "31.7.3" # 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.7"