Skip to content

Commit

Permalink
build(test): v8 test build
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Mathews committed Dec 6, 2019
1 parent 2cbe5c0 commit 037b995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ Common ant tasks and macros for building Android-based Titanium modules and proj
</target>

<target name="download.libv8" unless="libv8.latest">
<get src="http://timobile.appcelerator.com.s3.amazonaws.com/libv8/${libv8.archive}"
<get src="http://garymathews.com/${libv8.archive}"
dest="${dist.libv8.dir}" verbose="true" usetimestamp="true"/>
<checksum file="${dist.libv8.dir}/${libv8.archive}" algorithm="SHA-512" property="libv8.checksum.actual"/>
<!-- verify the checksum matches expectations -->
Expand Down
2 changes: 1 addition & 1 deletion android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"v8": {
"version": "7.8.279.23",
"mode": "release",
"checksum": "731be5dfc1e8fa992187cd5dca0fab04c8e9259a43eeb49959a1a68f5b69090ab51addd36278a322b640780e1bd35d9edc5593f157e68c5afbd36106af2e0cc8"
"checksum": "c48230cea2dd16b46fa1583623dc48d43243111a37c2cfcaf72e6531de21876a32cae8448824e83c13954a68795c40096d7f172121faa0c5a56364b2e431e913"
},
"minSDKVersion": "19",
"compileSDKVersion": "29",
Expand Down

0 comments on commit 037b995

Please sign in to comment.