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

Commit

Permalink
update documentation for version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dcendents committed Aug 15, 2016
1 parent ab745cd commit 68a24c0
Showing 1 changed file with 3 additions and 2 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:1.4.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}
Expand All @@ -35,7 +35,7 @@ Or use the new syntax since Gradle 2.1

```Groovy
plugins {
id "com.github.dcendents.android-maven" version "1.4.1"
id "com.github.dcendents.android-maven" version "1.5"
}
```

Expand Down Expand Up @@ -77,6 +77,7 @@ The following table shows the compatibility between the android-maven-gradle-plu
| 1.2 | com.github.dcendents.android-maven | com.github.dcendents:android-maven-plugin:1.2 | 2.2+ |
| 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+ |


Build Metrics
Expand Down

0 comments on commit 68a24c0

Please sign in to comment.