Skip to content

Commit

Permalink
Prepare release 3.0.0-RC02
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-bader committed Jul 30, 2021
1 parent 2dffd7f commit 8a38f03
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8a38f03

Please sign in to comment.