From 7ec2bbc3d900afcc89cd931de2a74166c66fa18a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 23:08:41 +0000 Subject: [PATCH 1/2] Update android.gradle.plugin to v8.8.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 20a5cb8cfc..87c14fcddb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ [versions] # Project -android_gradle_plugin = "8.7.3" +android_gradle_plugin = "8.8.0" kotlin = "2.1.0" kotlinpoet = "2.0.0" ksp = "2.1.0-1.0.29" From 2d822e481d13c94417d7f2cdd221a0554c2dbec2 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 10 Jan 2025 16:44:37 +0100 Subject: [PATCH 2/2] Update android.experimental.lint.version to the latest available version. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 038f438cc8..fce836543a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -40,7 +40,7 @@ signing.element.nightly.keyPassword=Secret # Customise the Lint version to use a more recent version than the one bundled with AGP # https://googlesamples.github.io/android-custom-lint-rules/usage/newer-lint.md.html -android.experimental.lint.version=8.8.0-alpha04 +android.experimental.lint.version=8.9.0-alpha08 # Enable test fixture for all modules by default android.experimental.enableTestFixtures=true