diff --git a/android/lib/arm64-v8a/librnupdate.so b/android/lib/arm64-v8a/librnupdate.so index e05f959..88c04cc 100755 Binary files a/android/lib/arm64-v8a/librnupdate.so and b/android/lib/arm64-v8a/librnupdate.so differ diff --git a/android/lib/armeabi-v7a/librnupdate.so b/android/lib/armeabi-v7a/librnupdate.so index dffb7ab..70f076b 100755 Binary files a/android/lib/armeabi-v7a/librnupdate.so and b/android/lib/armeabi-v7a/librnupdate.so differ diff --git a/android/lib/x86/librnupdate.so b/android/lib/x86/librnupdate.so index 7cf6e3b..62f7281 100755 Binary files a/android/lib/x86/librnupdate.so and b/android/lib/x86/librnupdate.so differ diff --git a/android/lib/x86_64/librnupdate.so b/android/lib/x86_64/librnupdate.so index 29f7fa0..a99ac05 100755 Binary files a/android/lib/x86_64/librnupdate.so and b/android/lib/x86_64/librnupdate.so differ diff --git a/package.json b/package.json index 42423de..fb860ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-update", - "version": "10.33.0", + "version": "10.34.0-beta.0", "description": "react-native hot update", "main": "src/index", "scripts": { @@ -9,7 +9,7 @@ "lint": "eslint \"src/*.@(ts|tsx|js|jsx)\" && tsc --noEmit", "submodule": "git submodule update --init --recursive", "test": "echo \"Error: no test specified\" && exit 1", - "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", + "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", "build:ios-debug": "cd Example/testHotUpdate && bun && detox build --configuration ios.sim.debug", "build:ios-release": "cd Example/testHotUpdate && bun && detox build --configuration ios.sim.release", "test:ios-debug": "cd Example/testHotUpdate && detox test --configuration ios.sim.debug", @@ -72,5 +72,6 @@ "react-native": "0.73", "ts-jest": "^29.3.2", "typescript": "^5.6.3" - } + }, + "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72" }