Skip to content

Commit 14b0072

Browse files
author
qingqing.wang
committed
feature: android 4.0.9 ,ios 3.6.1
1 parent f72ce67 commit 14b0072

File tree

6 files changed

+25
-3
lines changed

6 files changed

+25
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2+
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3+
name: npm-publish
4+
on:
5+
push:
6+
branches:
7+
- master # Change this to your default branch
8+
jobs:
9+
npm-publish:
10+
name: npm-publish
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout repository
14+
uses: actions/checkout@master
15+
- name: Set up Node.js
16+
uses: actions/setup-node@master
17+
with:
18+
node-version: 10.0.0
19+
registry-url: https://registry.npmjs.org/
20+
- run: npm publish
21+
env: # More info about the environment variables in the README
22+
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}} # You need to set this in your repo settings

android/libs/jpush-android-3.8.6.jar

-421 KB
Binary file not shown.

android/libs/jpush-android-4.1.2.jar

519 KB
Binary file not shown.

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"test": "jest"
88
},
99
"dependencies": {
10-
"jcore-react-native": "1.7.0",
11-
"jpush-react-native": "2.7.5",
10+
"jcore-react-native": "1.9.2",
11+
"jpush-react-native": "2.8.3",
1212
"react": "16.8.6",
1313
"react-native": "0.60.5"
1414
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "index.d.ts",
77
"license": "ISC",
88
"author": "wicked.tc130",
9-
"version": "2.8.2",
9+
"version": "2.8.3",
1010
"repository": {
1111
"type": "git",
1212
"url": "https://github.com/jpush/jpush-react-native"

0 commit comments

Comments
 (0)