We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57206dd commit c768705Copy full SHA for c768705
.gitmodules
@@ -4,3 +4,9 @@
4
[submodule "android/jni/HDiffPatch"]
5
path = android/jni/HDiffPatch
6
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
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-update",
3
- "version": "10.34.1",
+ "version": "10.34.2",
"description": "react-native hot update",
"main": "src/index",
"scripts": {
0 commit comments