2022-02-02 12:55:20 -08:00
|
|
|
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8
|
2020-08-12 10:15:06 -07:00
|
|
|
org.gradle.parallel=true
|
2023-08-09 17:32:43 -07:00
|
|
|
org.gradle.caching=true
|
2021-01-04 09:12:53 -08:00
|
|
|
|
2021-06-01 11:26:16 -07:00
|
|
|
android.useAndroidX=true
|
2021-11-08 07:19:30 -08:00
|
|
|
|
2025-10-13 18:16:18 -07:00
|
|
|
# Those 2 properties are needed to make our project compatible with
|
|
|
|
|
# AGP 9.0.0 for the time being. Ideally we should not opt-out of
|
|
|
|
|
# builtInKotlin and newDsl once AGP 9.0.0 hits stable.
|
|
|
|
|
# More on this: https://developer.android.com/build/releases/agp-preview#android-gradle-plugin-built-in-kotlin
|
|
|
|
|
android.builtInKotlin=false
|
|
|
|
|
android.newDsl=false
|
|
|
|
|
|
2021-11-08 07:19:30 -08:00
|
|
|
# Use this property to specify which architecture you want to build.
|
|
|
|
|
# You can also override it from the CLI using
|
|
|
|
|
# ./gradlew <task> -PreactNativeArchitectures=x86_64
|
|
|
|
|
reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
|
2023-08-14 00:45:07 -07:00
|
|
|
|
2025-12-15 08:13:16 -08:00
|
|
|
# Controls whether to use Hermes from stable builds. This will force hermes version
|
|
|
|
|
# set in the sdks/hermes-engine/version.properties file to be used. This has a higher
|
|
|
|
|
# priority than react.internal.useHermesNightly.
|
|
|
|
|
react.internal.useHermesStable=false
|
|
|
|
|
|
2023-08-14 00:45:07 -07:00
|
|
|
# Controls whether to use Hermes from nightly builds. This will speed up builds
|
|
|
|
|
# but should NOT be turned on for CI or release builds.
|
2025-12-15 08:13:16 -08:00
|
|
|
react.internal.useHermesNightly=true
|
2025-09-04 07:42:12 -07:00
|
|
|
|
|
|
|
|
# Controls whether to use Hermes 1.0. Clean and rebuild when changing.
|
2026-01-07 05:34:12 -08:00
|
|
|
hermesV1Enabled=true
|