mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
Switch default build type to gradle (4.0.x only)
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user