We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740a9c6 commit 6853e6aCopy full SHA for 6853e6a
framework/android/connector/driver/js/gradle.properties
@@ -27,14 +27,15 @@ CPP_JS_ENGINE=V8
27
#
28
# The following prebuilt V8 versions are available:
29
# * 10.6.194 (recommend)
30
+# * 10.6.194.26(support Android 16k pages)
31
# * 9.8.177.13
32
# * 7.7.299.17 (minimum size without inspector features, powered by [TBS X5 Team](https://x5.tencent.com/))
33
# * 7.7.299.15 (minimum version)
34
35
# You can also specify the absolute path to the V8 component to use,
36
# e.g. /opt/v8-component
37
-CPP_V8_COMPONENT=10.6.194
38
+CPP_V8_COMPONENT=10.6.194.26
39
40
41
# Whether to enable devtools inspector features
0 commit comments