status-react/android
Siddarth Kumar 399da799a6
speed up android debug builds (#19335)
fixes #19081

## Summary
This PR aims to improve android build step for debug variants by ensuring we do not rebuild the android derivation for any change made to `clojurescript` code. 

We also do the following things : 
-  enable `JVM` parallel garbage collector.
-  get rid of `dexOptions` which was deprecated in `gradle 8`.
-  add additional `parallel` flag to `gradle` to speed up builds.

## Review notes
- `make run-clojure`
- `make run-android`
- ctrl + C on android terminal and edit any `cljs` file
- `make run-android`  ( should build almost instantly )
2024-03-23 15:12:05 +05:30
..
app speed up android debug builds (#19335) 2024-03-23 15:12:05 +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