Skip to content

Commit c35a22d

Browse files
cortinicofabriziocucci
authored andcommitted
[LOCAL] Do not use hermesNightly on the release branch
1 parent c447fa1 commit c35a22d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
1919
# Controls whether to use Hermes from stable builds. This will force hermes version
2020
# set in the sdks/hermes-engine/version.properties file to be used. This has a higher
2121
# priority than react.internal.useHermesNightly.
22-
react.internal.useHermesStable=false
22+
react.internal.useHermesStable=true
2323

2424
# Controls whether to use Hermes from nightly builds. This will speed up builds
2525
# but should NOT be turned on for CI or release builds.
26-
react.internal.useHermesNightly=true
26+
react.internal.useHermesNightly=false
2727

2828
# Controls whether to use Hermes 1.0. Clean and rebuild when changing.
2929
hermesV1Enabled=true

0 commit comments

Comments
 (0)