Skip to content

Commit c7ec659

Browse files
committed
Update stale hermes substitution reason string
1 parent f8f43c0 commit c7ec659

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ if (project.findProperty("react.internal.useHermesStable")?.toString()?.toBoolea
137137
)
138138
}
139139

140-
hermesSubstitution = hermesCompilerVersion to "Users opted to use hermes V1 stable"
140+
hermesSubstitution = hermesCompilerVersion to "Users opted to use prebuilt hermes release"
141141
} else {
142142
logger.warn(
143143
"""

0 commit comments

Comments
 (0)