Skip to content

Commit 59b60fd

Browse files
committed
Update .gitmodules to reflect new submodule paths for HDiffPatch and lzma, and increment version in package.json to 10.34.3.
1 parent c768705 commit 59b60fd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.gitmodules

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +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
7+
[submodule "harmony/pushy/src/main/cpp/HDiffPatch"]
8+
path = harmony/pushy/src/main/cpp/HDiffPatch
99
url = https://github.com/sisong/HDiffPatch.git
10-
[submodule "harmony/src/main/cpp/lzma"]
11-
path = harmony/src/main/cpp/lzma
10+
[submodule "harmony/pushy/src/main/cpp/lzma"]
11+
path = harmony/pushy/src/main/cpp/lzma
1212
url = https://github.com/sisong/lzma.git

harmony/pushy/src/main/cpp/HDiffPatch

Lines changed: 0 additions & 1 deletion
This file was deleted.
Submodule HDiffPatch added at 505eaa5

harmony/pushy/src/main/cpp/lzma

Lines changed: 0 additions & 1 deletion
This file was deleted.

harmony/pushy/src/main/cpp/lzma

Submodule lzma added at 0699486

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.2",
3+
"version": "10.34.3",
44
"description": "react-native hot update",
55
"main": "src/index",
66
"scripts": {

0 commit comments

Comments
 (0)