This repository was archived by the owner on Jan 25, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ buildscript {
23
23
}
24
24
25
25
dependencies {
26
- classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0 '
26
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1 '
27
27
}
28
28
}
29
29
@@ -35,7 +35,7 @@ Or use the new syntax since Gradle 2.1
35
35
36
36
``` Groovy
37
37
plugins {
38
- id "com.github.dcendents.android-maven" version "2.0 "
38
+ id "com.github.dcendents.android-maven" version "2.1 "
39
39
}
40
40
```
41
41
@@ -79,6 +79,7 @@ The following table shows the compatibility between the android-maven-gradle-plu
79
79
| 1.4.1 | com.github.dcendents.android-maven | com.github.dcendents:android-maven-gradle-plugin:1.4.1 | 2.14+ |
80
80
| 1.5 | com.github.dcendents.android-maven | com.github.dcendents:android-maven-gradle-plugin:1.5 | 3.0+ |
81
81
| 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+ |
82
83
83
84
84
85
Build Metrics
Original file line number Diff line number Diff line change 1
1
group =com.github.dcendents
2
2
theName =android-maven-gradle-plugin
3
- version =2.1-SNAPSHOT
3
+ version =2.1
You can’t perform that action at this time.
0 commit comments