From ddc759e12cbde9c9b8624689e90f3995c0ecd73d Mon Sep 17 00:00:00 2001 From: Daniel Beland Date: Mon, 28 Aug 2017 23:43:16 -0400 Subject: [PATCH] release version 2.0 --- README.md | 6 +++--- circle.yml | 2 +- gradle.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4005d5e..a71644e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ buildscript { } dependencies { - classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' + classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0' } } @@ -35,7 +35,7 @@ Or use the new syntax since Gradle 2.1 ```Groovy plugins { - id "com.github.dcendents.android-maven" version "1.5" + id "com.github.dcendents.android-maven" version "2.0" } ``` @@ -78,6 +78,7 @@ The following table shows the compatibility between the android-maven-gradle-plu | 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+ | +| 2.0 | com.github.dcendents.android-maven | com.github.dcendents:android-maven-gradle-plugin:2.0 | 4.1+ | Build Metrics @@ -85,7 +86,6 @@ Build Metrics [![Build Status](https://travis-ci.org/dcendents/android-maven-gradle-plugin.svg?branch=develop)](https://travis-ci.org/dcendents/android-maven-gradle-plugin) [![codecov.io](http://codecov.io/github/dcendents/android-maven-gradle-plugin/coverage.svg?branch=develop)](http://codecov.io/github/dcendents/android-maven-gradle-plugin?branch=develop) -[![Dependency Status](https://www.versioneye.com/user/projects/55b59b5c6537620017000023/badge.svg?style=flat)](https://www.versioneye.com/user/projects/55b59b5c6537620017000023)![codecov.io](http://codecov.io/github/dcendents/android-maven-gradle-plugin/branch.svg?branch=develop) [![Throughput Graph](https://graphs.waffle.io/dcendents/android-maven-gradle-plugin/throughput.svg)](https://waffle.io/dcendents/android-maven-gradle-plugin/metrics) License diff --git a/circle.yml b/circle.yml index 4f60354..18efcc4 100644 --- a/circle.yml +++ b/circle.yml @@ -6,7 +6,7 @@ machine: dependencies: pre: - - echo y | android update sdk --no-ui --all --filter "tools,android-26,build-tools-26.0.0,platform-tools,extra-android-m2repository,extra-google-m2repository" + - echo y | android update sdk --no-ui --all --filter "tools,android-26,build-tools-26.0.1,platform-tools,extra-android-m2repository,extra-google-m2repository" test: post: diff --git a/gradle.properties b/gradle.properties index 9812837..7776b6d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ group=com.github.dcendents theName=android-maven-gradle-plugin -version=1.6-SNAPSHOT +version=2.0