Skip to content

Commit

Permalink
Use hermes-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni committed Jun 5, 2020
1 parent eb63ef7 commit 831f305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detox/rn-0.60/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ dependencies {
androidTestImplementation('com.wix:detox:+')

if (enableHermes) {
def hermesPath = "../../node_modules/hermesvm/android/";
def hermesPath = "../../node_modules/hermes-engine/android/";
debugImplementation files(hermesPath + "hermes-debug.aar")
releaseImplementation files(hermesPath + "hermes-release.aar")
} else {
Expand Down

0 comments on commit 831f305

Please sign in to comment.