From 68a24c0f381e7093f4267a2373d428699481388b Mon Sep 17 00:00:00 2001 From: Daniel Beland Date: Mon, 15 Aug 2016 14:49:31 -0400 Subject: [PATCH] update documentation for version 1.5 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49ae67e..fda48d8 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ buildscript { } dependencies { - classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1' + classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' } } @@ -35,7 +35,7 @@ Or use the new syntax since Gradle 2.1 ```Groovy plugins { - id "com.github.dcendents.android-maven" version "1.4.1" + id "com.github.dcendents.android-maven" version "1.5" } ``` @@ -77,6 +77,7 @@ The following table shows the compatibility between the android-maven-gradle-plu | 1.2 | com.github.dcendents.android-maven | com.github.dcendents:android-maven-plugin:1.2 | 2.2+ | | 1.3 | com.github.dcendents.android-maven | com.github.dcendents:android-maven-gradle-plugin:1.3 | 2.4+ | | 1.4.1 | com.github.dcendents.android-maven | com.github.dcendents:android-maven-gradle-plugin:1.4.1 | 2.14+ | +| 1.5 | com.github.dcendents.android-maven | com.github.dcendents:android-maven-gradle-plugin:1.5 | 3.0+ | Build Metrics