Skip to content

Commit

Permalink
Release version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-bader committed Jun 22, 2020
1 parent 8899814 commit 7b77b63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.3
---------
* Fix: AGP 4.1 bugfixes (#300)
* Fix: Don't use getProject() in DexCountTask (#297)

1.0.2
---------
* Fix: don't use Gradle APIs introduced after 5.1 (#293)
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:1.0.2'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:1.0.3'
}
}
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=1.0.3-SNAPSHOT
VERSION_NAME=1.0.3

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

0 comments on commit 7b77b63

Please sign in to comment.