Skip to content

Commit 80c8774

Browse files
committed
v8: Set default engine to V8-10
1 parent 8987330 commit 80c8774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/runtime/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22

33
// can be: "V8-11", "V8-10","V8-13", "JSC", "HERMES", "QUICKJS", "SHERMES", "PRIMJS"
44

5-
def jsEngine = "V8-13"
5+
def jsEngine = "V8-10"
66
def hasEngine = project.hasProperty("engine")
77
if (hasEngine) {
88
jsEngine = engine

0 commit comments

Comments
 (0)