Skip to content

Commit

Permalink
Merge pull request facebook#1377 from rasaha91/update-v8jsi
Browse files Browse the repository at this point in the history
update v8jsi version
  • Loading branch information
rasaha91 authored Aug 26, 2022
2 parents 89fc371 + 804f23e commit 48aa2ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android-patches/patches/Build/ReactAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ index 3c23c6a84b4..183bffe7164 100644
// and the build will use that.
def boostPath = dependenciesPath ?: System.getenv("REACT_NATIVE_BOOST_PATH")

+def V8Path = 'packages/ReactNative.V8Jsi.Android.0.66.0-stable-v2'
+def V8Path = 'packages/ReactNative.V8Jsi.Android.0.68.0-stable-v1'
+
// Setup build type for NDK, supported values: {debug, release}
def nativeBuildType = System.getenv("NATIVE_BUILD_TYPE") ?: "release"
Expand Down
2 changes: 1 addition & 1 deletion android-patches/patches/Build/ReactAndroid/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ index 0000000000..dcaed5f4d0
+<?xml version="1.0" encoding="utf-8"?>
+<packages>
+ <package id="boost" version="1.68.0.0" targetFramework="native" />
+ <package id="ReactNative.V8JSI.Android" version="0.66.0-stable-v2" targetFramework="native" />
+ <package id="ReactNative.V8JSI.Android" version="0.68.0-stable-v1" targetFramework="native" />
+</packages>

0 comments on commit 48aa2ae

Please sign in to comment.