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 Jul 16, 2020
1 parent 72fcfcd commit cf560ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.0.4
---------
* Fix: Pass --min-sdk-version to dx when needed to enable Java 8 language features (#311)

1.0.3
---------
* Fix: AGP 4.1 bugfixes (#300)
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.3'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:1.0.4'
}
}
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
VERSION_NAME=1.0.4

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

0 comments on commit cf560ac

Please sign in to comment.