Skip to content

Commit 6853e6a

Browse files
committed
feat(android): v8 10.6.194.26 version support 16k pages patch
1 parent 740a9c6 commit 6853e6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

framework/android/connector/driver/js/gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ CPP_JS_ENGINE=V8
2727
#
2828
# The following prebuilt V8 versions are available:
2929
# * 10.6.194 (recommend)
30+
# * 10.6.194.26(support Android 16k pages)
3031
# * 9.8.177.13
3132
# * 7.7.299.17 (minimum size without inspector features, powered by [TBS X5 Team](https://x5.tencent.com/))
3233
# * 7.7.299.15 (minimum version)
3334
#
3435
# You can also specify the absolute path to the V8 component to use,
3536
# e.g. /opt/v8-component
3637
#
37-
CPP_V8_COMPONENT=10.6.194
38+
CPP_V8_COMPONENT=10.6.194.26
3839

3940
#
4041
# Whether to enable devtools inspector features

0 commit comments

Comments
 (0)