Skip to content

Commit 620834c

Browse files
Release version 0.7.2
1 parent bc4f98b commit 620834c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.7.2 (released 10 July 2017)
2+
---------
3+
* Fix counting AAR projects on AGP 3.0+ (#188)
4+
15
0.7.1 (released 22 June 2017)
26
---------
37
* Add class count to output and summary files (#184)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222
}
2323
2424
dependencies {
25-
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.7.1'
25+
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.7.2'
2626
}
2727
}
2828

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=0.7.2-SNAPSHOT
2+
VERSION_NAME=0.7.2
33

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

0 commit comments

Comments
 (0)