Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-bader committed Nov 10, 2019
1 parent 19b3838 commit dc055bd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
unreleased
---------
1.0.0
---------
* **BREAKING** Drop support for AGP 2.x
* **BREAKING** Require Gradle 5.1 or later
* **BREAKING** Renamed DexMethodCountTask to DexCountTask
* **BREAKING** Changed task input types to Gradle Properties
* Added support for counting regular java modules (#271) (thanks, @vRallev)
* Added support for AGP 3.6 (#275)
* Fix: support magic dex version v039

0.8.6 (released 5 February 2018)
---------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {
}
dependencies {
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.6'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:1.0.0'
}
}
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=0.8.7-SNAPSHOT
VERSION_NAME=1.0.0

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

0 comments on commit dc055bd

Please sign in to comment.