From 1d8bc88f39ad14f20789e04ca0f0a92da03d317f Mon Sep 17 00:00:00 2001 From: Balazs Varga Date: Sun, 11 Feb 2018 17:56:04 +0100 Subject: [PATCH] Update README.md --- CHANGELOG.md | 6 +++++- README.md | 5 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef2fb7a..fc080ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index e97e567..5cfa45c 100644 --- a/README.md +++ b/README.md @@ -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- @@ -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' } } @@ -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