Skip to content

Commit 39e8fd6

Browse files
committed
Change hermes-android dependency
1 parent efcabc0 commit 39e8fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ dependencies {
112112
implementation("com.facebook.react:react-android")
113113

114114
if (hermesEnabled.toBoolean()) {
115-
implementation("com.facebook.react:hermes-android")
115+
implementation("com.facebook.hermes:hermes-android")
116116
} else {
117117
implementation jscFlavor
118118
}

0 commit comments

Comments
 (0)