CB-7512 Change gradle android plugins from 0.10 -> 0.12

This commit is contained in:
Andrew Grieve
2014-09-16 13:00:27 -04:00
parent 090822eb41
commit 00f6d30e08
4 changed files with 10 additions and 5 deletions
+6 -1
View File
@@ -25,7 +25,12 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:0.10.+'
// This should be updated with each cordova-android release.
// It can affect things like where the .apk is generated.
// It also dictates what the minimum android build-tools version
// that you need (Set in bin/templates/project/cordova.gradle).
// Be sure to also update the value in bin/templates/project.
classpath 'com.android.tools.build:gradle:0.12.+'
}
}