From 0427012397e4307442542605ac824ac9bfb50efa Mon Sep 17 00:00:00 2001 From: Balazs Varga Date: Sun, 4 Feb 2018 13:45:55 +0100 Subject: [PATCH] Release 3.2.0 --- CHANGELOG.md | 2 +- README.md | 6 +++--- build.gradle | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b405c8d..ef2fb7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Version 4.0.0 (2018-02-03) [api doc](https://wupdigital.github.io/android-maven-publish/groovydoc/4.0.0/index.html) +## Version 3.2.0 (2018-02-03) [api doc](https://wupdigital.github.io/android-maven-publish/groovydoc/4.0.0/index.html) * Supports Gradle 4.4 diff --git a/README.md b/README.md index 9f63f68..e97e567 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 '4.0.0' + id 'digital.wup.android-maven-publish' version '3.2.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:4.0.0' + classpath 'digital.wup:android-maven-publish:3.2.0' } } @@ -68,7 +68,7 @@ If you want publish custom variants: | 2.0.0 | digital.wup:android-maven-publish:2.0.0 | 3.4 - 4.0 | | 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 | -| 4.0.0 | digital.wup:android-maven-publish:4.0.0 | 4.4 | +| 3.2.0 | digital.wup:android-maven-publish:3.2.0 | 4.4 | ## License diff --git a/build.gradle b/build.gradle index 0599f3f..6528a84 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { allprojects { group 'digital.wup' - version '4.0.0-SNAPSHOT' + version '3.2.0' repositories { google()