适配JPush Android 3.8.0 , IOS 3.3.6

master
qingqing.wang 5 years ago
parent 8092d8d8cb
commit f8a9ff08b1

@ -0,0 +1,24 @@
name: publish
on:
push:
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Publish
uses: sakebook/actions-flutter-pub-publisher@v1.3.0
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
flutter_package: false
skip_test: true
dry_run: true

@ -1,3 +1,5 @@
## 0.5.7
+ 适配最新版本 JPush SDK Android 3.8.0 , IOS 3.3.6
## 0.5.6
+ 修复iOS点击本地通知的通知栏消息缺少extras 字段
## 0.5.5

@ -16,7 +16,7 @@ dependencies:
// pub 集成
dependencies:
jpush_flutter: 0.5.6
jpush_flutter: 0.5.7
```
### 配置

@ -34,7 +34,7 @@ android {
}
dependencies {
implementation 'cn.jiguang.sdk:jpush:3.6.0'
implementation 'cn.jiguang.sdk:jpush:3.8.0'
implementation 'cn.jiguang.sdk:jcore:2.3.4'
// implementation 'com.android.support:appcompat-v7:28.+'
compileOnly files('libs/flutter.jar')

@ -1,6 +1,6 @@
name: jpush_flutter
description: JIGUANG officially supported JPush Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件Android & iOS(https://www.jiguang.cn).
version: 0.5.6
version: 0.5.7
author: xudong.rao <xudong.rao@outlook.com>
homepage: https://www.jiguang.cn

Loading…
Cancel
Save