File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ MixPush只是一个降低集成多家推送服务的框架,自身不拥有推
37
37
```
38
38
39
39
dependencies {
40
- compile 'com.github.joyrun.MixPush:client-core:0.2 .0' //必填
41
- compile 'com.github.joyrun.MixPush:client-mipush:0.2 .0' // 小米推送
42
- compile 'com.github.joyrun.MixPush:client-getui:0.2 .0' // 个推
43
- compile 'com.github.joyrun.MixPush:client-meizu:0.2 .0' // 魅族推送,魅族推送只支持Flyme系统,务必需要注意
40
+ compile 'com.github.joyrun.MixPush:client-core:1.0 .0' //必填
41
+ compile 'com.github.joyrun.MixPush:client-mipush:1.0 .0' // 小米推送
42
+ compile 'com.github.joyrun.MixPush:client-getui:1.0 .0' // 个推
43
+ compile 'com.github.joyrun.MixPush:client-meizu:1.0 .0' // 魅族推送,魅族推送只支持Flyme系统,务必需要注意
44
44
}
45
45
```
46
46
创建一个继承MixPushIntentService的服务类,用于接收事件:
Original file line number Diff line number Diff line change @@ -37,13 +37,15 @@ dependencies {
37
37
compile ' com.android.support:appcompat-v7:24.2.1'
38
38
compile ' com.android.support.constraint:constraint-layout:1.0.0-alpha7'
39
39
testCompile ' junit:junit:4.12'
40
+
41
+
40
42
compile project(' :client-core' )
41
43
compile project(' :client-mipush' )
42
44
compile project(' :client-getui' )
43
45
compile project(' :client-meizu' )
44
46
45
- // compile 'com.github.joyrun.MixPush:client-core:0.1 '
46
- // compile 'com.github.joyrun.MixPush:client-mipush:0.1 '
47
- // compile 'com.github.joyrun.MixPush:client-getui:0.1 '
48
- // compile 'com.github.joyrun.MixPush:client-meizu:0.1 '//魅族推送只支持Flyme系统,务必需要注意
47
+ // compile 'com.github.joyrun.MixPush:client-core:1.0.0 '
48
+ // compile 'com.github.joyrun.MixPush:client-mipush:1.0.0 '
49
+ // compile 'com.github.joyrun.MixPush:client-getui:1.0.0 '
50
+ // compile 'com.github.joyrun.MixPush:client-meizu:1.0.0 '//魅族推送只支持Flyme系统,务必需要注意
49
51
}
You can’t perform that action at this time.
0 commit comments