Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
warnyul committed Feb 11, 2018
1 parent bb2ebce commit 1d8bc88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log

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

* Supports Gradle 4.5

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

* Supports Gradle 4.4

Expand Down
5 changes: 3 additions & 2 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.2.0'
id 'digital.wup.android-maven-publish' version '3.3.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.2.0'
classpath 'digital.wup:android-maven-publish:3.3.0'
}
}

Expand Down Expand Up @@ -69,6 +69,7 @@ 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+ |

## License

Expand Down

0 comments on commit 1d8bc88

Please sign in to comment.