Skip to content

Commit

Permalink
Release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-bader committed Oct 15, 2020
1 parent f935c96 commit 03593d6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.0.0 (unreleased)
2.0.0 (15 October 2020)
---------
* **BREAKING** Raise minimum Gradle version to 6.0
* **BREAKING** Raise minimum AGP version to 3.4.0
Expand All @@ -7,6 +7,7 @@
* **BREAKING** Dexcount output layout on disk has changed; all output files now go in a directory named `build/outputs/dexcount/$variant/`, where `$variant` is the name of the variant whose output was analyzed.
* Added support for AGP 4.1.0 (#305)
* Added support for counting AAB files, AGP 4.1.0+ only (#309)
* Fix: Crash in Android Studio 4.0.1 (#353)
* Fix: JvmStatic methods on Kotlin interface companion objects, in AARs (#311)
* Fix: Properly publish Gradle Plugin DSL marker artifact (#333)

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:2.0.0-RC1`.
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:2.0.0`.

Snapshot builds are available from the Sonatype Snapshot Repository at `https://oss.sonatype.org/content/repositories/snapshots`.

Expand Down
4 changes: 2 additions & 2 deletions 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:2.0.0-RC1'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:2.0.0'
}
}
Expand Down Expand Up @@ -114,7 +114,7 @@ buildscript {
}
dependencies {
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:2.0.0-SNAPSHOT'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:2.0.1-SNAPSHOT'
}
}
```
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=2.0.0-SNAPSHOT
VERSION_NAME=2.0.0

POM_ARTIFACT_ID=dexcount-gradle-plugin
POM_NAME=Dexcount Gradle Plugin
Expand Down

0 comments on commit 03593d6

Please sign in to comment.