Skip to content

Commit

Permalink
Release version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-bader committed Sep 21, 2017
1 parent a719a06 commit 5a0f448
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.8.1 (released 21 Septtember 2017)
---------
* Fix for users of Android Gradle Plugin versions below 3.0

0.8.0 (released 20 September 2017)
---------
* Update modern counting task to use Android Studio 3.0's new variant API (#218)
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.0'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.1'
}
}
Expand Down Expand Up @@ -147,7 +147,7 @@ buildscript {
}
dependencies {
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.1-SNAPSHOT'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2-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.1-SNAPSHOT
VERSION_NAME=0.8.1

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

0 comments on commit 5a0f448

Please sign in to comment.