Skip to content

Commit 03593d6

Browse files
Release version 2.0.0
1 parent f935c96 commit 03593d6

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.0.0 (unreleased)
1+
2.0.0 (15 October 2020)
22
---------
33
* **BREAKING** Raise minimum Gradle version to 6.0
44
* **BREAKING** Raise minimum AGP version to 3.4.0
@@ -7,6 +7,7 @@
77
* **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.
88
* Added support for AGP 4.1.0 (#305)
99
* Added support for counting AAB files, AGP 4.1.0+ only (#309)
10+
* Fix: Crash in Android Studio 4.0.1 (#353)
1011
* Fix: JvmStatic methods on Kotlin interface companion objects, in AARs (#311)
1112
* Fix: Properly publish Gradle Plugin DSL marker artifact (#333)
1213

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For more information, please see [the website](https://keepsafe.github.io/dexcou
1515

1616
## Download
1717

18-
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`.
18+
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`.
1919

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

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ buildscript {
2929
}
3030
3131
dependencies {
32-
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:2.0.0-RC1'
32+
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:2.0.0'
3333
}
3434
}
3535
@@ -114,7 +114,7 @@ buildscript {
114114
}
115115
116116
dependencies {
117-
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:2.0.0-SNAPSHOT'
117+
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:2.0.1-SNAPSHOT'
118118
}
119119
}
120120
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.getkeepsafe.dexcount
2-
VERSION_NAME=2.0.0-SNAPSHOT
2+
VERSION_NAME=2.0.0
33

44
POM_ARTIFACT_ID=dexcount-gradle-plugin
55
POM_NAME=Dexcount Gradle Plugin

0 commit comments

Comments
 (0)