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

Commit 5e296cf

Browse files
committed
release version 2.1
1 parent 5035dd3 commit 5e296cf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 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:2.0'
26+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
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 "2.0"
38+
id "com.github.dcendents.android-maven" version "2.1"
3939
}
4040
```
4141

@@ -79,6 +79,7 @@ The following table shows the compatibility between the android-maven-gradle-plu
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+ |
8181
| 2.0 | com.github.dcendents.android-maven | com.github.dcendents:android-maven-gradle-plugin:2.0 | 4.1+ |
82+
| 2.1 | com.github.dcendents.android-maven | com.github.dcendents:android-maven-gradle-plugin:2.0 | 4.6+ |
8283

8384

8485
Build Metrics

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=2.1-SNAPSHOT
3+
version=2.1

0 commit comments

Comments
 (0)