File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1+ ## 2.0.7
2+ + 适配:适配 null safety
13## 2.0.5
24+ 升级:android jcore 升级 2.7.8
35## 2.0.3
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies:
1616
1717// pub 集成
1818dependencies:
19- jpush_flutter: 2.0.5
19+ jpush_flutter: 2.0.7
2020```
2121
2222### 配置
Original file line number Diff line number Diff 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 {
3837dependencies {
3938 implementation ' cn.jiguang.sdk:jpush:4.0.6'
4039 implementation ' cn.jiguang.sdk:jcore:2.7.8'
41-
4240}
Original file line number Diff line number Diff 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
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.5
3+ version : 2.0.7
44# author: xudong.rao <xudong.rao@outlook.com>
55homepage : https://www.jiguang.cn
66
77environment :
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
1111dependencies :
1212 platform : ^3.0.0
1313 flutter :
1414 sdk : flutter
1515
1616dev_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
You can’t perform that action at this time.
0 commit comments