From 8a38f037655f7961dd3cb424529bf5209ede1948 Mon Sep 17 00:00:00 2001 From: Ben Bader Date: Fri, 30 Jul 2021 16:04:24 -0600 Subject: [PATCH] Prepare release 3.0.0-RC02 --- CHANGELOG.md | 4 ++++ README.md | 2 +- docs/index.md | 2 +- gradle.properties | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aedd05..c23c958 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +3.0.0-RC02 (30 July 2021) +--------- +* Fix support for AGP 4.2.0 and below (#400) + 3.0.0-RC01 (29 July 2021) --------- * **BREAKING** Port plugin from Kotlin to Java for better Gradle compatibility; public extension API changed. (#379) diff --git a/README.md b/README.md index b147a69..7a574e6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ For more information, please see [the website](https://keepsafe.github.io/dexcou ## Download -The plugin is available from the Gradle Plugin Portal under the ID `com.getkeepsafe.dexcount`, and from Maven Central under the coordinates `com.getkeepsafe.dexcount:dexcount-gradle-plugin:3.0.0-RC01`. +The plugin is available from the Gradle Plugin Portal under the ID `com.getkeepsafe.dexcount`, and from Maven Central under the coordinates `com.getkeepsafe.dexcount:dexcount-gradle-plugin:3.0.0-RC02`. Snapshot builds are available from the Sonatype Snapshot Repository at `https://oss.sonatype.org/content/repositories/snapshots`. diff --git a/docs/index.md b/docs/index.md index 804ee18..1bbdc0d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,7 +29,7 @@ buildscript { } dependencies { - classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:3.0.0-RC01' + classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:3.0.0-RC02' } } diff --git a/gradle.properties b/gradle.properties index 1b71969..9d50086 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.getkeepsafe.dexcount -VERSION_NAME=3.0.1-SNAPSHOT +VERSION_NAME=3.0.0-RC02 POM_ARTIFACT_ID=dexcount-gradle-plugin POM_NAME=Dexcount Gradle Plugin