Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
warnyul committed Feb 4, 2018
1 parent 9a627c0 commit 0427012
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 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 '4.0.0'
id 'digital.wup.android-maven-publish' version '3.2.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:4.0.0'
classpath 'digital.wup:android-maven-publish:3.2.0'
}
}

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {

allprojects {
group 'digital.wup'
version '4.0.0-SNAPSHOT'
version '3.2.0'

repositories {
google()
Expand Down

0 comments on commit 0427012

Please sign in to comment.