We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f43c0 commit c7ec659Copy full SHA for c7ec659
1 file changed
build.gradle.kts
@@ -137,7 +137,7 @@ if (project.findProperty("react.internal.useHermesStable")?.toString()?.toBoolea
137
)
138
}
139
140
- hermesSubstitution = hermesCompilerVersion to "Users opted to use hermes V1 stable"
+ hermesSubstitution = hermesCompilerVersion to "Users opted to use prebuilt hermes release"
141
} else {
142
logger.warn(
143
"""
0 commit comments