status-react/nix/deps
Siddarth Kumar 59c07050b2
chore: remove hermes enable condition (#18723)
We recently disabled `hermes` for debug builds here -> https://github.com/status-im/status-mobile/pull/18675
A side effect of that is when we run `make nix-update-gradle` the `hermes` pom gets removed from `deps.list`
This pom is necessary for release builds.
Currently that pom exists in `deps.list` but someone may accidentally remove it when running `make nix-update-gradle`

In this commit we remove the conditional implementation of `hermes` or `jsc` in `build.gradle`
This ensures that the `hermes` pom we need during release builds is not removed from `deps.list`.

I also ran `make nix-update-gradle` just to be sure.
I compared the apk in this commit to other PRs and the size increased by 2MB.
A small price to pay so that the team can run Malli locally without crashing their debug app frequently.

I've added a FIXME comment in the code for when we want to cut back on bundle size later.
2024-02-06 16:57:05 +05:30
..
clojure Improve test failure readability (#18049) 2023-12-05 17:20:54 -03:00
gradle chore: remove hermes enable condition (#18723) 2024-02-06 16:57:05 +05:30
nodejs rename status-react to status-mobile 2022-07-17 14:46:16 +02:00
nodejs-patched fix: boost checksum issue due to jfrog (#18434) 2024-01-08 23:55:36 +05:30
react-native nix: simplify android release build 2020-05-14 09:46:23 +02:00