Skip to content

Commit

Permalink
fix(android): revert to V8 8 (#13434)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed May 11, 2022
1 parent 6526d2d commit 1e14156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
],
"architectures": ["arm64-v8a", "armeabi-v7a", "x86", "x86_64"],
"v8": {
"version": "9.4.146.16",
"version": "8.8.278.17",
"mode": "release",
"integrity": "sha512-847cJy3cPwIBEE57UdaexZjvnNbzgoW7kSr8cGn1unp0jtXBAitGbfJl+t4Ts1nUheWQWDZdbuCTiLqdmLDolA=="
"integrity": "sha512-A0tV+fYtkpKfIF5roRTCFPtdULMFygmfWlEuuHOBjC3q4rz/mKnAsJTYBlqayC/4oYEWehj867Oh1o6vy26XHQ=="
},
"minSDKVersion": "21",
"compileSDKVersion": "31",
Expand Down

0 comments on commit 1e14156

Please sign in to comment.