Skip to content

Commit 4dc519d

Browse files
authored
Merge pull request #261 from skill20/master
android jcore 升级2.7.8
2 parents 5f06196 + f2427ec commit 4dc519d

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
1717
// pub 集成
1818
dependencies:
19-
jpush_flutter: 2.0.3
19+
jpush_flutter: 2.0.5
2020
```
2121

2222
### 配置

android/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version '1.0-SNAPSHOT'
33

44
buildscript {
55
repositories {
6+
mavenCentral()
67
google()
78
jcenter()
89
}
@@ -14,6 +15,7 @@ buildscript {
1415

1516
rootProject.allprojects {
1617
repositories {
18+
mavenCentral()
1719
google()
1820
jcenter()
1921
}
@@ -35,6 +37,6 @@ android {
3537

3638
dependencies {
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
}

ios/jpush_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: jpush_flutter
22
description: 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>
55
homepage: https://www.jiguang.cn
66

0 commit comments

Comments
 (0)