From 5e296cfeec9672190b8f9ab31f1f93896f666afb Mon Sep 17 00:00:00 2001 From: Daniel Beland Date: Tue, 3 Apr 2018 22:47:39 -0400 Subject: [PATCH] release version 2.1 --- README.md | 5 +++-- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a71644e..6270ddc 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ buildscript { } dependencies { - classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0' + classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' } } @@ -35,7 +35,7 @@ Or use the new syntax since Gradle 2.1 ```Groovy plugins { - id "com.github.dcendents.android-maven" version "2.0" + id "com.github.dcendents.android-maven" version "2.1" } ``` @@ -79,6 +79,7 @@ The following table shows the compatibility between the android-maven-gradle-plu | 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+ | | 2.0 | com.github.dcendents.android-maven | com.github.dcendents:android-maven-gradle-plugin:2.0 | 4.1+ | +| 2.1 | com.github.dcendents.android-maven | com.github.dcendents:android-maven-gradle-plugin:2.0 | 4.6+ | Build Metrics diff --git a/gradle.properties b/gradle.properties index 8726b78..4979de4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ group=com.github.dcendents theName=android-maven-gradle-plugin -version=2.1-SNAPSHOT +version=2.1