Skip to content

Commit c768705

Browse files
committed
Update .gitmodules to add new submodules for HDiffPatch and lzma, and increment version in package.json to 10.34.2.
1 parent 57206dd commit c768705

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@
44
[submodule "android/jni/HDiffPatch"]
55
path = android/jni/HDiffPatch
66
url = https://github.com/sisong/HDiffPatch.git
7+
[submodule "harmony/src/main/cpp/HDiffPatch"]
8+
path = harmony/src/main/cpp/HDiffPatch
9+
url = https://github.com/sisong/HDiffPatch.git
10+
[submodule "harmony/src/main/cpp/lzma"]
11+
path = harmony/src/main/cpp/lzma
12+
url = https://github.com/sisong/lzma.git

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-update",
3-
"version": "10.34.1",
3+
"version": "10.34.2",
44
"description": "react-native hot update",
55
"main": "src/index",
66
"scripts": {

0 commit comments

Comments
 (0)