1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-24 18:18:53 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Update .gitmodules to reflect new submodule paths for HDiffPatch and lzma, and increment version in package.json to 10.34.3.

This commit is contained in:
sunnylqm
2025-10-16 11:35:39 +08:00
parent c768705221
commit 59b60fdc6d
4 changed files with 7 additions and 7 deletions

8
.gitmodules vendored
View File

@@ -4,9 +4,9 @@
[submodule "android/jni/HDiffPatch"] [submodule "android/jni/HDiffPatch"]
path = android/jni/HDiffPatch path = android/jni/HDiffPatch
url = https://github.com/sisong/HDiffPatch.git url = https://github.com/sisong/HDiffPatch.git
[submodule "harmony/src/main/cpp/HDiffPatch"] [submodule "harmony/pushy/src/main/cpp/HDiffPatch"]
path = harmony/src/main/cpp/HDiffPatch path = harmony/pushy/src/main/cpp/HDiffPatch
url = https://github.com/sisong/HDiffPatch.git url = https://github.com/sisong/HDiffPatch.git
[submodule "harmony/src/main/cpp/lzma"] [submodule "harmony/pushy/src/main/cpp/lzma"]
path = harmony/src/main/cpp/lzma path = harmony/pushy/src/main/cpp/lzma
url = https://github.com/sisong/lzma.git url = https://github.com/sisong/lzma.git

View File

@@ -1 +0,0 @@
../../../../../android/jni/HDiffPatch

View File

@@ -1 +0,0 @@
../../../../../android/jni/lzma

View File

@@ -1,6 +1,6 @@
{ {
"name": "react-native-update", "name": "react-native-update",
"version": "10.34.2", "version": "10.34.3",
"description": "react-native hot update", "description": "react-native hot update",
"main": "src/index", "main": "src/index",
"scripts": { "scripts": {