mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 19:16:59 +00:00
f65c10502b
We implement both `JSC` and `Hermes` in build phase of `Android` which increases our `APK` size by ~ `2 MB`. This was fine before but currently we have to get below the `100 MB` limit. This commit implements the preferred engine after inferring `hermesEnabled` property from gradle.properties This property is modified at build time for release here178d62bd27/nix/mobile/android/build.nix (L17)
and set for debug here178d62bd27/Makefile (L280)
Which should further reduce the `APK` size by `2 MB`.