We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99191d9 commit bdcd173Copy full SHA for bdcd173
1 file changed
build.gradle.kts
@@ -118,8 +118,7 @@ if (project.findProperty("react.internal.useHermesStable")?.toString()?.toBoolea
118
val hermesVersionPropertiesFile =
119
File("./packages/react-native/sdks/hermes-engine/version.properties")
120
hermesVersionPropertiesFile.inputStream().use { hermesVersions.load(it) }
121
- val selectedHermesVersion = hermesVersions["HERMES_VERSION_NAME"] as String
122
-
+ val selectedHermesVersion = hermesVersions["HERMES_V1_VERSION_NAME"] as String
123
hermesSubstitution = selectedHermesVersion to "Users opted to use stable hermes release"
124
} else if (
125
project.findProperty("react.internal.useHermesNightly")?.toString()?.toBoolean() == true
0 commit comments