Fix path to Hermes package.

This commit is contained in:
cpojer
2019-07-11 17:17:08 +01:00
parent 8dd8ec7cb0
commit 0738fe5738
+1 -1
View File
@@ -192,7 +192,7 @@ dependencies {
implementation "com.facebook.react:react-native:+" // From node_modules
if (enableHermes) {
def hermesPath = "../../node_modules/react-native/node_modules/hermesvm/android/";
def hermesPath = "../../node_modules/hermesvm/android/";
debugImplementation files(hermesPath + "hermes-debug.aar")
releaseImplementation files(hermesPath + "hermes-release.aar")
} else {