status-react/nix/deps
Siddarth Kumar f65c10502b
pick between JSC & Hermes for Android (#20171)
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 here
178d62bd27/nix/mobile/android/build.nix (L17)
and set for debug here
178d62bd27/Makefile (L280)

Which should further reduce the `APK` size by `2 MB`.
2024-05-24 21:02:32 +05:30
..
clojure Upgrade re-frame to latest (#19931) 2024-05-13 21:18:16 -03:00
gradle pick between JSC & Hermes for Android (#20171) 2024-05-24 21:02:32 +05:30
nodejs clean up unused libraries (#19456) 2024-04-02 16:32:54 +05:30
nodejs-patched apply patches with patch files (#19451) 2024-04-08 21:06:41 +05:30
react-native nix: simplify android release build 2020-05-14 09:46:23 +02:00