Skip to content

Commit

Permalink
fix(android): hyperloop build fails if NDK not installed (#11487)
Browse files Browse the repository at this point in the history
Co-authored-by: Lokesh Choudhary <lchoudhary@axway.com>
  • Loading branch information
jquick-axway and lokeshchdhry committed Feb 24, 2020
1 parent a41725c commit cb24213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/module/packaged/modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
},
"hyperloop": {
"hyperloop": {
"url": "https://github.com/appcelerator-modules/hyperloop-builds/releases/download/v5.0.0/hyperloop-5.0.0.zip",
"integrity": "sha512-uG+/v6Yym7dT/EZ4Y0fMm8S76D59XbCG/96y18s2F4y4KvcWjoI70KiecoL1DZEn3IaCy/V99bASPIUpadATxA=="
"url": "https://github.com/appcelerator-modules/hyperloop-builds/releases/download/v5.0.1/hyperloop-5.0.1.zip",
"integrity": "sha512-eXrt/lCD77PRhkvJzhcezVeeoq7PGFjOa4FnkF+59Vc4F416vf1uGq+NTMqnl/+oUiHaTmuB8pxfZ+2AC/TN7A=="
}
}
}

0 comments on commit cb24213

Please sign in to comment.