Skip to content

Commit

Permalink
feat(android): update hyperloop for gradle (#11465)
Browse files Browse the repository at this point in the history
- TIMOB-27685: Update hpyerloop for Titanium 9.0.0 and gradle.
- TIMOB-27298: Fixed bug where you could not access a Java inner class from an inner class.
- TIMOB-27297: Added support for accessing Titanium library's Java classes.
- Added x86_64 architecture support.
- Added support for optional ./platform/android/build.gradle file in app project.
  * Intended to provide additional dependencies to hyperloop.
  * JAR/AAR librares in this directory is still supported.
- Hyperloop app build times are now 2-3x faster.
  • Loading branch information
jquick-axway committed Feb 6, 2020
1 parent c194ecf commit 13f78c4
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/v4.0.4/hyperloop-4.0.4.zip",
"integrity": "sha512-CMUMC9+d8QIr+m9qeWfEk49cIfoR5YVBQHsyvgsXvSA6sQY9VjIKu6oG5rjjPCSfQVDe87Qi8fYXTmtaPRHEXg=="
"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=="
}
}
}

0 comments on commit 13f78c4

Please sign in to comment.