Skip to content
This repository was archived by the owner on Jan 25, 2021. It is now read-only.

Commit ddc759e

Browse files
committed
release version 2.0
1 parent 22e378f commit ddc759e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ buildscript {
2323
}
2424
2525
dependencies {
26-
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
26+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
2727
}
2828
}
2929
@@ -35,7 +35,7 @@ Or use the new syntax since Gradle 2.1
3535

3636
```Groovy
3737
plugins {
38-
id "com.github.dcendents.android-maven" version "1.5"
38+
id "com.github.dcendents.android-maven" version "2.0"
3939
}
4040
```
4141

@@ -78,14 +78,14 @@ The following table shows the compatibility between the android-maven-gradle-plu
7878
| 1.3 | com.github.dcendents.android-maven | com.github.dcendents:android-maven-gradle-plugin:1.3 | 2.4+ |
7979
| 1.4.1 | com.github.dcendents.android-maven | com.github.dcendents:android-maven-gradle-plugin:1.4.1 | 2.14+ |
8080
| 1.5 | com.github.dcendents.android-maven | com.github.dcendents:android-maven-gradle-plugin:1.5 | 3.0+ |
81+
| 2.0 | com.github.dcendents.android-maven | com.github.dcendents:android-maven-gradle-plugin:2.0 | 4.1+ |
8182

8283

8384
Build Metrics
8485
====================
8586

8687
[![Build Status](https://travis-ci.org/dcendents/android-maven-gradle-plugin.svg?branch=develop)](https://travis-ci.org/dcendents/android-maven-gradle-plugin)
8788
[![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)
88-
[![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)
8989
[![Throughput Graph](https://graphs.waffle.io/dcendents/android-maven-gradle-plugin/throughput.svg)](https://waffle.io/dcendents/android-maven-gradle-plugin/metrics)
9090

9191
License

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ machine:
66

77
dependencies:
88
pre:
9-
- 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"
9+
- 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"
1010

1111
test:
1212
post:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
group=com.github.dcendents
22
theName=android-maven-gradle-plugin
3-
version=1.6-SNAPSHOT
3+
version=2.0

0 commit comments

Comments
 (0)