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

Commit

Permalink
release version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dcendents committed Apr 4, 2018
1 parent 5035dd3 commit 5e296cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -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'
}
}
Expand All @@ -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"
}
```

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,3 +1,3 @@
group=com.github.dcendents
theName=android-maven-gradle-plugin
version=2.1-SNAPSHOT
version=2.1

0 comments on commit 5e296cf

Please sign in to comment.