We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4f98b commit 620834cCopy full SHA for 620834c
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+0.7.2 (released 10 July 2017)
2
+---------
3
+* Fix counting AAR projects on AGP 3.0+ (#188)
4
+
5
0.7.1 (released 22 June 2017)
6
---------
7
* Add class count to output and summary files (#184)
README.md
@@ -22,7 +22,7 @@ buildscript {
22
}
23
24
dependencies {
25
- classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.7.1'
+ classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.7.2'
26
27
28
gradle.properties
@@ -1,5 +1,5 @@
GROUP=com.getkeepsafe.dexcount
-VERSION_NAME=0.7.2-SNAPSHOT
+VERSION_NAME=0.7.2
POM_ARTIFACT_ID=dexcount-gradle-plugin
POM_NAME=Dexcount Gradle Plugin
0 commit comments