Skip to content

Commit a78542b

Browse files
committed
Update version to 10.34.0-beta.0 in package.json and modify NDK version for build-lib script; update package manager to [email protected].
1 parent 8d9ae57 commit a78542b

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed
-2.4 KB
Binary file not shown.
-12.3 KB
Binary file not shown.

android/lib/x86/librnupdate.so

-2.17 KB
Binary file not shown.

android/lib/x86_64/librnupdate.so

-8.24 KB
Binary file not shown.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-update",
3-
"version": "10.33.0",
3+
"version": "10.34.0-beta.0",
44
"description": "react-native hot update",
55
"main": "src/index",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"lint": "eslint \"src/*.@(ts|tsx|js|jsx)\" && tsc --noEmit",
1010
"submodule": "git submodule update --init --recursive",
1111
"test": "echo \"Error: no test specified\" && exit 1",
12-
"build-lib": "bun submodule && $ANDROID_HOME/ndk/20.1.5948944/ndk-build NDK_PROJECT_PATH=android APP_BUILD_SCRIPT=android/jni/Android.mk NDK_APPLICATION_MK=android/jni/Application.mk NDK_LIBS_OUT=android/lib",
12+
"build-lib": "bun submodule && $ANDROID_HOME/ndk/28.2.13676358/ndk-build NDK_PROJECT_PATH=android APP_BUILD_SCRIPT=android/jni/Android.mk NDK_APPLICATION_MK=android/jni/Application.mk NDK_LIBS_OUT=android/lib",
1313
"build:ios-debug": "cd Example/testHotUpdate && bun && detox build --configuration ios.sim.debug",
1414
"build:ios-release": "cd Example/testHotUpdate && bun && detox build --configuration ios.sim.release",
1515
"test:ios-debug": "cd Example/testHotUpdate && detox test --configuration ios.sim.debug",
@@ -72,5 +72,6 @@
7272
"react-native": "0.73",
7373
"ts-jest": "^29.3.2",
7474
"typescript": "^5.6.3"
75-
}
75+
},
76+
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
7677
}

0 commit comments

Comments
 (0)