Skip to content

Commit

Permalink
Release version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-bader committed Jun 22, 2017
1 parent 461bb5f commit c624cf9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.7.1 (released 22 June 2017)
---------
* Add class count to output and summary files (#184)
* Fix counting renamed variant outputs (#182)
* Remove use of `uncapitalize()` for users of Gradle < 2.5 (#180)

0.7.0 (released 12 June 2017)
---------
* Deprecate `runOnEachAssemble` configuration property
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.7.0'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.7.1'
}
}
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.7.1-SNAPSHOT
VERSION_NAME=0.7.1

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

0 comments on commit c624cf9

Please sign in to comment.