File tree Expand file tree Collapse file tree 5 files changed +4
-183
lines changed
harmony/pushy/src/main/cpp Expand file tree Collapse file tree 5 files changed +4
-183
lines changed Original file line number Diff line number Diff line change @@ -58,3 +58,4 @@ harmony/package
5858** /oh_modules
5959harmony /pushy /.preview
6060Example /harmony_use_pushy /harmony /entry /src /main /resources /rawfile /meta.json
61+ ** /.hvigor
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set(HDIFFPATCH_DIR ${ANDROID_JNI_DIR}/HDiffPatch)
77set (LZMA_DIR ${ANDROID_JNI_DIR} /lzma)
88set (HDP_SOURCES
99 ${CMAKE_CURRENT_SOURCE_DIR} /pushy.c
10- ${CMAKE_CURRENT_SOURCE_DIR } /hpatch.c
10+ ${ANDROID_JNI_DIR } /hpatch.c
1111 ${HDIFFPATCH_DIR} /libHDiffPatch/HPatch/patch.c
1212 ${HDIFFPATCH_DIR} /file_for_patch.c
1313 ${LZMA_DIR} /C/LzmaDec.c
@@ -22,6 +22,7 @@ add_library(rnupdate SHARED
2222
2323target_include_directories (rnupdate PRIVATE
2424 ${CMAKE_CURRENT_SOURCE_DIR}
25+ ${ANDROID_JNI_DIR}
2526 ${HDIFFPATCH_DIR}
2627 ${HDIFFPATCH_DIR} /libHDiffPatch/HPatch
2728 ${LZMA_DIR} /C
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-update" ,
3- "version" : " 10.34.8 " ,
3+ "version" : " 10.34.9 " ,
44 "description" : " react-native hot update" ,
55 "main" : " src/index" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments