Skip to content

Commit

Permalink
Update CHANGELOG.md and README.md
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
warnyul committed Jun 10, 2018
1 parent 3613adb commit d3fbc03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Change Log

## Version 3.4.0 (TBD) [api doc](https://wupdigital.github.io/android-maven-publish/groovydoc/3.4.0/index.html)
## Version 3.4.0 (2018-06-10) [api doc](https://wupdigital.github.io/android-maven-publish/groovydoc/3.4.0/index.html)
* Bump used plugin versions
* Fix api doc publishing
* Added a sample project
* Supports Gradle 4.6

## Version 3.3.0 (2018-02-11) [api doc](https://wupdigital.github.io/android-maven-publish/groovydoc/3.3.0/index.html)

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Modification of the standard Maven Publish plugin to be compatible with android-


plugins {
id 'digital.wup.android-maven-publish' version '3.3.0'
id 'digital.wup.android-maven-publish' version '3.4.0'
}

-or-
Expand All @@ -20,7 +20,7 @@ Modification of the standard Maven Publish plugin to be compatible with android-
jcenter()
}
dependencies {
classpath 'digital.wup:android-maven-publish:3.3.0'
classpath 'digital.wup:android-maven-publish:3.4.0'
}
}

Expand Down Expand Up @@ -69,7 +69,8 @@ If you want publish custom variants:
| 3.0.0 | digital.wup:android-maven-publish:3.0.0 | 3.4 - 4.1 |
| 3.1.x | digital.wup:android-maven-publish:3.1.1 | 4.2 - 4.3.x |
| 3.2.0 | digital.wup:android-maven-publish:3.2.0 | 4.4 |
| 3.3.0 | digital.wup:android-maven-publish:3.3.0 | 4.5+ |
| 3.3.0 | digital.wup:android-maven-publish:3.3.0 | 4.5 |
| 3.4.0 | digital.wup:android-maven-publish:3.4.0 | 4.5 - 4.6 |

## License

Expand Down

0 comments on commit d3fbc03

Please sign in to comment.