Switch default build type to gradle (4.0.x only)

This commit is contained in:
Andrew Grieve
2014-12-03 10:12:31 -05:00
parent 12bf07d560
commit b1bdf23d9c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -320,7 +320,7 @@ function parseOpts(options, resolvedTarget) {
var ret = {
buildType: 'debug',
buildMethod: process.env['ANDROID_BUILD'] || 'ant',
buildMethod: process.env['ANDROID_BUILD'] || 'gradle',
arch: null
};