status-react/android
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
..
app pick between JSC & Hermes for Android (#20171) 2024-05-24 21:02:32 +05:30
build.gradle speed up android debug builds (#19335) 2024-03-23 15:12:05 +05:30
gradle.properties speed up android debug builds (#19335) 2024-03-23 15:12:05 +05:30
gradlew nix: add missing Gradle repo path in gradle shell 2020-05-20 13:59:49 +02:00
settings.gradle upgrade react-native to 0.72.5 (#17241) 2023-12-11 21:22:23 +05:30