File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed
Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 2.0.5
2+ + 升级:android jcore 升级 2.7.8
13## 2.0.3
24+ 升级:android push 升级4.0.6,ios push 升级 3.5.2
35## 2.0.1
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies:
1616
1717// pub 集成
1818dependencies:
19- jpush_flutter: 2.0.3
19+ jpush_flutter: 2.0.5
2020```
2121
2222### 配置
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ version '1.0-SNAPSHOT'
33
44buildscript {
55 repositories {
6+ mavenCentral()
67 google()
78 jcenter()
89 }
@@ -14,6 +15,7 @@ buildscript {
1415
1516rootProject. allprojects {
1617 repositories {
18+ mavenCentral()
1719 google()
1820 jcenter()
1921 }
@@ -35,6 +37,6 @@ android {
3537
3638dependencies {
3739 implementation ' cn.jiguang.sdk:jpush:4.0.6'
38- implementation ' cn.jiguang.sdk:jcore:2.6.0 '
40+ implementation ' cn.jiguang.sdk:jcore:2.7.8 '
3941
4042}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ A new flutter plugin project.
1515 s . source_files = 'Classes/**/*'
1616 s . public_header_files = 'Classes/**/*.h'
1717 s . dependency 'Flutter'
18- s . dependency 'JCore' , '2.4.0 '
18+ s . dependency 'JCore' , '2.6.2 '
1919 s . dependency 'JPush' , '3.5.2'
2020
2121 s . ios . deployment_target = '8.0'
Original file line number Diff line number Diff line change 11name : jpush_flutter
22description : JIGUANG officially supported JPush Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件(Android & iOS)(https://www.jiguang.cn).
3- version : 2.0.3
3+ version : 2.0.5
44# author: xudong.rao <xudong.rao@outlook.com>
55homepage : https://www.jiguang.cn
66
You can’t perform that action at this time.
0 commit comments