Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 9b2a22c

Browse files
committed
refactor: downgrade v8 version for android-runtime next and 3.2
1 parent 210648f commit 9b2a22c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎snapshot/android/project-snapshot-generator.js‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,8 @@ ProjectSnapshotGenerator.prototype.getV8Version = function() {
102102
return;
103103
} else if (
104104
VALID_ANDROID_RUNTIME_TAGS.includes(runtimeVersion) ||
105-
isVersionGte(runtimeVersion, "3.2.0")
105+
isVersionGte(runtimeVersion, "3.1.0")
106106
) {
107-
return "5.9.211";
108-
} else if (isVersionGte(runtimeVersion, "3.1.0")) {
109107
return "5.5.372";
110108
} else if (isVersionGte(runtimeVersion, "2.4.0")) {
111109
return "5.2.361";

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /