Skip to content

Commit b433c80

Browse files
committed
更新maven插件,不然 最新版本android studio/gradle编译报错
android-maven-plugin:1.2 -> android-maven-gradle-plugin:1.3 Signed-off-by: 筱龙缘 <[email protected]>
1 parent 73da7a8 commit b433c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
dependencies {
88
classpath 'com.android.tools.build:gradle:1.2.3'
99
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0'
10-
classpath 'com.github.dcendents:android-maven-plugin:1.2'
10+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files

0 commit comments

Comments
 (0)