-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from skill20/master
feature: android 2.8.2,ios 2.6.2
- Loading branch information
Showing
12 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created | ||
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages | ||
name: npm-publish | ||
on: | ||
push: | ||
branches: | ||
- master # Change this to your default branch | ||
jobs: | ||
npm-publish: | ||
name: npm-publish | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@master | ||
- name: Set up Node.js | ||
uses: actions/setup-node@master | ||
with: | ||
node-version: 10.0.0 | ||
registry-url: https://registry.npmjs.org/ | ||
- run: npm publish | ||
env: # More info about the environment variables in the README | ||
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}} # You need to set this in your repo settings |
Binary file renamed
BIN
+5.7 KB
android/libs/arm64-v8a/libjcore260.so → android/libs/arm64-v8a/libjcore282.so
Binary file not shown.
Binary file renamed
BIN
+13.5 KB
android/libs/armeabi-v7a/libjcore260.so → android/libs/armeabi-v7a/libjcore282.so
Binary file not shown.
Binary file renamed
BIN
+17.5 KB
android/libs/armeabi/libjcore260.so → android/libs/armeabi/libjcore282.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+5.55 KB
android/libs/mips/libjcore260.so → android/libs/mips/libjcore282.so
Binary file not shown.
Binary file renamed
BIN
+6.2 KB
android/libs/mips64/libjcore260.so → android/libs/mips64/libjcore282.so
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+5.97 KB
android/libs/x86_64/libjcore260.so → android/libs/x86_64/libjcore282.so
Binary file not shown.
Binary file renamed
BIN
+45.2 MB
ios/RCTJCoreModule/libjcore-ios-2.4.0.a → ios/RCTJCoreModule/libjcore-ios-2.6.2.a
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters