Skip to content

Commit ddb70f3

Browse files
committed
cleanup(android): set default engine to v8
1 parent 2fe343c commit ddb70f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platforms/android/test-app/runtime/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33
// can be: "V8-11", "V8-10", "V8-13", "JSC", "HERMES", "QUICKJS", "QUICKJS_NG", "PRIMJS".
44
// "SHERMES" is accepted as a compatibility alias for the Static Hermes build.
55

6-
def jsEngine = "QUICKJS_NG"
6+
def jsEngine = "V8-13"
77
def hasEngine = project.hasProperty("engine")
88
if (hasEngine) {
99
jsEngine = engine

0 commit comments

Comments
 (0)