Skip to content

Commit

Permalink
Release version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-bader committed Nov 30, 2017
1 parent 6febc0d commit 510e0cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
0.8.1 (released 21 Septtember 2017)
0.8.2 (released 30 November 2017)
---------
* Remove ported SdkResolver (#232)
* Fix counts where output file has been renamed (#229)
* Update Android Gradle support to 3.1.0 (#225)

0.8.1 (released 21 September 2017)
---------
* Fix for users of Android Gradle Plugin versions below 3.0

Expand Down
4 changes: 2 additions & 2 deletions 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.1'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
}
}
Expand Down Expand Up @@ -147,7 +147,7 @@ buildscript {
}
dependencies {
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2-SNAPSHOT'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.3-SNAPSHOT'
}
}
```
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.2-SNAPSHOT
VERSION_NAME=0.8.2

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

0 comments on commit 510e0cb

Please sign in to comment.