From a704410f8e133e534e401edd23f233fef8353aab Mon Sep 17 00:00:00 2001 From: Inaki Villar Date: Mon, 11 Sep 2023 15:40:48 -0700 Subject: [PATCH] Prepare for 2.8.0 release --- README.md | 10 +++++----- release/changes.md | 4 +++- release/version.txt | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 19972fad..f310f446 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ This plugin should be applied anywhere the `com.android.application` or `com.and // in build.grade.kts for convention plugin build dependencies { // ... - implementation("org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin:2.7.4") + implementation("org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin:2.8.0") // ... } @@ -64,7 +64,7 @@ plugins { // in build.grade for convention plugin build dependencies { // ... - implementation("org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin:2.7.4") + implementation("org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin:2.8.0") // ... } @@ -78,7 +78,7 @@ plugins { -If you are not using convention plugins and would like a quick way of testing the plugin you can alternatively place it in the root project's build.gradle (change '2.7.4' to the latest version of the cache fix plugin +If you are not using convention plugins and would like a quick way of testing the plugin you can alternatively place it in the root project's build.gradle (change '2.8.0' to the latest version of the cache fix plugin [here](https://plugins.gradle.org/plugin/org.gradle.android.cache-fix)). We discourage this approach because it uses [cross project configuration](https://docs.gradle.org/current/userguide/sharing_build_logic_between_subprojects.html#sec:convention_plugins_vs_cross_configuration).
@@ -87,7 +87,7 @@ If you are not using convention plugins and would like a quick way of testing th ```kotlin plugins { - id("org.gradle.android.cache-fix") version "2.7.4" apply false + id("org.gradle.android.cache-fix") version "2.8.0" apply false } subprojects { @@ -104,7 +104,7 @@ subprojects { ```groovy plugins { - id "org.gradle.android.cache-fix" version "2.7.4" apply false + id "org.gradle.android.cache-fix" version "2.8.0" apply false } subprojects { diff --git a/release/changes.md b/release/changes.md index cec68398..cf50de35 100644 --- a/release/changes.md +++ b/release/changes.md @@ -1,2 +1,4 @@ +- [FIX] - PGP key to sign the artifacts needs to be rotated +- [NEW] - Relaxing Android Gradle plugin version checks, eliminating failures due to patch version mismatches or future incompatible versions. - [NEW] - Run tests against AGP 8.3.0-alpha03 -- [NEW] - Run tests against AGP 8.2.0-beta02 \ No newline at end of file +- [NEW] - Run tests against AGP 8.2.0-beta02 diff --git a/release/version.txt b/release/version.txt index a603bb50..834f2629 100644 --- a/release/version.txt +++ b/release/version.txt @@ -1 +1 @@ -2.7.5 +2.8.0