Skip to content

Commit 5845c15

Browse files
committed
优化配置
1 parent 77c3f6b commit 5845c15

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ MixPush只是一个降低集成多家推送服务的框架,自身不拥有推
3737
```
3838
3939
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系统,务必需要注意
4444
}
4545
```
4646
创建一个继承MixPushIntentService的服务类,用于接收事件:

demo/build.gradle

+6-4
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,15 @@ dependencies {
3737
compile 'com.android.support:appcompat-v7:24.2.1'
3838
compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha7'
3939
testCompile 'junit:junit:4.12'
40+
41+
4042
compile project(':client-core')
4143
compile project(':client-mipush')
4244
compile project(':client-getui')
4345
compile project(':client-meizu')
4446

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系统,务必需要注意
4951
}

0 commit comments

Comments
 (0)