Merge branch 'master' into StudioProjectCompat

This commit is contained in:
Joe Bowser
2017-11-07 10:52:37 -08:00
8 changed files with 341 additions and 351 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ function findOutputApksHelper (dir, build_type, arch) {
var shellSilent = shell.config.silent;
shell.config.silent = true;
var ret = shell.ls(path.join(dir, '*.apk')).filter(function (candidate) {
var ret = shell.ls(path.join(dir, build_type, '*.apk')).filter(function (candidate) {
var apkName = path.basename(candidate);
// Need to choose between release and debug .apk.
if (build_type === 'debug') {
+1 -1
View File
@@ -20,7 +20,7 @@
*/
// Coho updates this line:
var VERSION = "6.4.0-dev";
var VERSION = "6.5.0-dev";
module.exports.version = VERSION;
File diff suppressed because it is too large Load Diff