Skip to content

Commit 70dca67

Browse files
author
qingqing.wang
committed
适配 null safety
1 parent f2427ec commit 70dca67

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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.7
2+
+ 适配:适配 null safety
13
## 2.0.5
24
+ 升级:android jcore 升级 2.7.8
35
## 2.0.3

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.5
19+
jpush_flutter: 2.0.7
2020
```
2121

2222
### 配置

android/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ android {
2828

2929
defaultConfig {
3030
minSdkVersion 17
31-
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3231
}
3332
lintOptions {
3433
disable 'InvalidPackage'
@@ -38,5 +37,4 @@ android {
3837
dependencies {
3938
implementation 'cn.jiguang.sdk:jpush:4.0.6'
4039
implementation 'cn.jiguang.sdk:jcore:2.7.8'
41-
4240
}

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:3.1.2'
8+
classpath 'com.android.tools.build:gradle:3.2.1'
99
}
1010
}
1111

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
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.5
3+
version: 2.0.7
44
# author: xudong.rao <xudong.rao@outlook.com>
55
homepage: https://www.jiguang.cn
66

77
environment:
8-
sdk: ">=2.1.0 <3.0.0"
9-
flutter: ">=1.10.0"
8+
sdk: ">=2.12.0 <3.0.0"
9+
flutter: ">=1.20.0"
1010

1111
dependencies:
1212
platform: ^3.0.0
1313
flutter:
1414
sdk: flutter
1515

1616
dev_dependencies:
17-
test: ^1.16.8
18-
mockito: ^5.0.2
17+
test: ^1.17.4
18+
mockito: ^5.0.7
1919
# For information on the generic Dart part of this file, see the
2020
# following page: https://www.dartlang.org/tools/pub/pubspec
2121

0 commit comments

Comments
 (0)