Skip to content

Commit

Permalink
Merge branch '6_1_X' into TIMOB-24801-6_1_X
Browse files Browse the repository at this point in the history
  • Loading branch information
jquick-axway committed Jun 22, 2017
2 parents df8d66d + c75df5d commit 52a072d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions android/cli/hooks/aar-transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ exports.cliVersion = '>=3.2';

exports.init = function (logger, config, cli, appc) {
cli.on('build.pre.compile', {
priority: 1100,
post: function(builder, callback) {
registerHyperloopCompatibilityFixes(cli, builder, appc, logger);
scanProjectAndStartTransform(builder, logger, callback);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,6 @@ protected void onDestroy()
if (window != null) {
window.closeFromActivity(isFinishing);
window.releaseViews();
window.removeAllChildren();
window.releaseKroll();
window = null;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"iphone": "2",
"android": "3",
"mobileweb": "2",
"windows": "2"
"windows": "3"
},
"keywords": [
"appcelerator",
Expand Down

0 comments on commit 52a072d

Please sign in to comment.