Skip to content

Commit

Permalink
更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
comsince committed Dec 23, 2016
1 parent 3367bbc commit 6539f66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
8 changes: 1 addition & 7 deletions QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,11 @@ PushSDK3.0以后的版本使用了最新的魅族插件发布aar包,因此大

```
dependencies {
compile 'com.meizu.flyme.internet:push-internal-publish:3.2.161129'
compile 'com.meizu.flyme.internet:push-internal-publish:3.2.*'
}
```


**NOTE:** 以下内容只是说明push-internal的传递依赖关系,不需要重复配置,实际接入只需要配置上面的就行了
* 工程依赖关系
PushSDK内部版本aar包托管在meizu的artifactory上,其默认依赖以下库:
* 第三方开源库
* okHttp ```com.squareup.okhttp3:okhttp:3.2.0```
* support_v4 ```com.android.support:support-v4:22.2.0``` 支持兼容低版本扩展通知栏功能

**NOTE:** 以下内容说明混淆规则

Expand Down
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# PushSDK3.1 说明文档

# [2016-12-23] V3.3.161222
* pushsdk 取出第三方依赖,不再依赖其他任何第三方库
* jecter暂停使用,请使用本地aar,具体可以参考pushdemo的libs目录

# 目录<a name="index"/>
* [一.应用背景](#app_backgroud)
Expand Down Expand Up @@ -61,23 +64,16 @@ app为了及时获取到服务器端的消息更新,一般会采用轮寻或
PushSDK3.0以后的版本使用了最新的魅族插件发布aar包,因此大家可以直接引用aar包;无需关心libs so库的配置,对于一些通用的权限配置,工程混淆,应用可以不再配置了,现有你只需要在你的应用中配置相应的消息接收的receiver

### 3.1 pushSDK内部版引用配置说明<a name="pushsdk_internal"/>

**NOTE:** 我们已经将pushsdk发布到jcenter,你只需如下配置即可
* 对内版本配置如下:

```
dependencies {
compile 'com.meizu.flyme.internet:push-internal-publish:3.2.161129'
compile 'com.meizu.flyme.internet:push-internal-publish:3.2.*'
}
```


**NOTE:** 以下内容只是说明push-internal的传递依赖关系,不需要重复配置,实际接入只需要配置上面的就行了
* 工程依赖关系
PushSDK内部版本aar包托管在[Jcenter](https://bintray.com/meizu/maven/PushSDK-Internal)上,其默认依赖以下库:
* 第三方开源库
* okHttp ```com.squareup.okhttp3:okhttp:3.2.0```
* support_v4 ```com.android.support:support-v4:22.2.0``` 支持兼容低版本扩展通知栏功能

**NOTE:** 以下内容说明混淆规则

* 混淆
Expand Down

0 comments on commit 6539f66

Please sign in to comment.