From fb57d7db25ea33526e5d64e403cf3ae2d8b0fd8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:34:20 +0000 Subject: [PATCH] Update Android Gradle Plugin --- README.md | 4 ++-- .../kotlin/net/twisterrob/gradle/common/AGPVersionsTest.kt | 2 +- docs/examples/local/build.gradle.kts | 2 +- docs/examples/release/build.gradle.kts | 2 +- docs/examples/snapshot/build.gradle.kts | 2 +- gradle.properties | 2 +- gradle/libs.versions.toml | 4 ++-- graph/sample/settings.gradle | 4 ++-- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 4d8e5da75..96190a870 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ For details on what was changed in different versions, see [CHANGELOG](CHANGELOG ## Compatibility -Android Gradle Plugin 3.1.4 — 8.6.1 on Gradle 4.9 — 8.8 as listed in +Android Gradle Plugin 3.1.4 — 8.7.1 on Gradle 4.9 — 8.8 as listed in [AGP's compatibility guide](https://developer.android.com/studio/releases/gradle-plugin#updating-gradle) are covered by different plugin versions. -Currently supported version are Android Gradle Plugin 7.0.2 — 8.6.1 on Gradle 7.0 — 8.7 where compatible. +Currently supported version are Android Gradle Plugin 7.0.2 — 8.7.1 on Gradle 7.0 — 8.7 where compatible. | AGP →
Gradle ↓ | 3.1.x | 3.2.x | 3.3.x | 3.4.x | 3.5.x | 3.6.x | 4.0.x | 4.1.x | 4.2.x ^3 | 7.0.x | 7.1.x | 7.2.x | 7.3.x | 7.4.x | 8.0.x | 8.1.x | 8.2.x | 8.3.x | 8.4.x | |:-------------------|:----------:|:----------:|:------------:|:------------:|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:| diff --git a/compat/agp-base/src/test/kotlin/net/twisterrob/gradle/common/AGPVersionsTest.kt b/compat/agp-base/src/test/kotlin/net/twisterrob/gradle/common/AGPVersionsTest.kt index cdd5c3a06..32b8eb9c6 100644 --- a/compat/agp-base/src/test/kotlin/net/twisterrob/gradle/common/AGPVersionsTest.kt +++ b/compat/agp-base/src/test/kotlin/net/twisterrob/gradle/common/AGPVersionsTest.kt @@ -28,7 +28,7 @@ class AGPVersionsTest { @Test fun `CLASSPATH version is what the project is compiled with`() { // This is not using AGPVersion() because Renovate needs to update this one. See "Update AGP version test.". - val expected = AGPVersion.parse("8.6.1") + val expected = AGPVersion.parse("8.7.1") val actual = AGPVersions.CLASSPATH diff --git a/docs/examples/local/build.gradle.kts b/docs/examples/local/build.gradle.kts index 9657a62ee..0b9936928 100644 --- a/docs/examples/local/build.gradle.kts +++ b/docs/examples/local/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.android.application") version "8.6.1" + id("com.android.application") version "8.7.1" id("net.twisterrob.gradle.plugin.quality") version "0.18-SNAPSHOT" } diff --git a/docs/examples/release/build.gradle.kts b/docs/examples/release/build.gradle.kts index 57a66b431..7999947d5 100644 --- a/docs/examples/release/build.gradle.kts +++ b/docs/examples/release/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.android.application") version "8.6.1" + id("com.android.application") version "8.7.1" id("net.twisterrob.gradle.plugin.quality") version "0.17" } diff --git a/docs/examples/snapshot/build.gradle.kts b/docs/examples/snapshot/build.gradle.kts index a2f149b15..901daeeaf 100644 --- a/docs/examples/snapshot/build.gradle.kts +++ b/docs/examples/snapshot/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.android.application") version "8.6.1" + id("com.android.application") version "8.7.1" id("net.twisterrob.gradle.plugin.quality") version "0.18-SNAPSHOT" } diff --git a/gradle.properties b/gradle.properties index b3b37e716..7b7a09ef9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -31,7 +31,7 @@ net.twisterrob.test.java.io.tmpdir= # Default test substitutions (overridden by .github/workflows/ci.yml with -P) # AGP: 7.0.4, 7.1.3, 7.2.2, 7.3.1, 7.4.2, 8.0.2, 8.1.4, 8.2.2, 8.3.2 -net.twisterrob.test.android.pluginVersion=8.6.1 +net.twisterrob.test.android.pluginVersion=8.7.1 # Kotlin: AGP 7.0.4-7.2.2 -> Kotlin 1.4.32; AGP 7.3.0- -> Kotlin 1.6.21 net.twisterrob.test.kotlin.pluginVersion=1.6.21 # Gradle: 7.0.2, 7.2, 7.3.3, 7.4.2, 7.5.1, 7.6.1, 8.0.2, 8.1, 8.2.1, 8.4 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a8391601a..d6952504b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,13 +23,13 @@ gradle-publish = "1.3.0" # See [lint] which is affected by this. # Versions: https://maven.google.com/web/index.html#com.android.tools.build:gradle -agp = "8.6.1" +agp = "8.7.1" # = 23.0.0 + [agp]. # @see com.android.build.gradle.internal.plugins.BasePlugin.createLintClasspathConfiguration # @see builder-model//version.properties # Versions: https://maven.google.com/web/index.html#com.android.tools.lint:lint -agp-tools = "31.6.1" +agp-tools = "31.7.1" # Changelog: https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md # Actual Kotlin version for dependencies. It has to be older to make sure a Gradle-compatible version is used. diff --git a/graph/sample/settings.gradle b/graph/sample/settings.gradle index 0a868213c..ff64e22ce 100644 --- a/graph/sample/settings.gradle +++ b/graph/sample/settings.gradle @@ -5,8 +5,8 @@ pluginManagement { mavenCentral() } plugins { - id("com.android.application") version "8.6.1" - id("com.android.library") version "8.6.1" + id("com.android.application") version "8.7.1" + id("com.android.library") version "8.7.1" } }