Skip to content

Commit

Permalink
Merge pull request #6771 from cb1kenobi/timob-18783_4_0_X
Browse files Browse the repository at this point in the history
[TIMOB-18783] Removed old Android store password hack to workaround the ...
  • Loading branch information
feons committed Apr 10, 2015
2 parents 9f734f5 + 053941d commit 9de3cc9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions android/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -903,14 +903,6 @@ AndroidBuilder.prototype.config = function config(logger, config, cli) {
}
};

// we need to map store-password to password for backwards compatibility
// because we needed to change it as to not conflict with the login
// password and be more descriptive compared to the --key-password
conf.options.password = appc.util.mix({
hidden: true
}, conf.options['store-password']);
delete conf.options.password.abbr;

callback(null, _t.conf = conf);
})(function (err, result) {
finished(result);
Expand Down

0 comments on commit 9de3cc9

Please sign in to comment.