Skip to content

Commit 1b2b60f

Browse files
authored
Update android-maven-gradle plugin version
Older version has issues if you are to use gradle 3.0. It would probably save some headache for people if they knew that they should use 1.5
1 parent dcbaaa1 commit 1b2b60f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.0.0'
9-
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
8+
classpath 'com.android.tools.build:gradle:2.1.2'
9+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1010
}
1111
}
1212

0 commit comments

Comments
 (0)