Skip to content

Commit 05aed0e

Browse files
committed
Remove stale 'com.facebook.react:hermes-android' dependency
1 parent efcabc0 commit 05aed0e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

template/android/app/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,4 @@ android {
110110
dependencies {
111111
// The version of react-native is set by the React Native Gradle Plugin
112112
implementation("com.facebook.react:react-android")
113-
114-
if (hermesEnabled.toBoolean()) {
115-
implementation("com.facebook.react:hermes-android")
116-
} else {
117-
implementation jscFlavor
118-
}
119113
}

0 commit comments

Comments
 (0)