Skip to content

Commit

Permalink
恢复jcenter下载
Browse files Browse the repository at this point in the history
  • Loading branch information
comsince committed Jan 10, 2017
1 parent 8820df5 commit 1a23823
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ PushSDK3.0以后的版本使用了最新的魅族插件发布aar包,因此大

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

**NOTE:** jcenter 暂时停止下载,请使用本地依赖aar的方式接入,具体可参见pushDemo
**NOTE:** jcenter 无法下载时,请到这里[下载](https://github.com/MEIZUPUSH/PushDemo/releases)


## 1.2 必要的配置<a name="nessary_setting"/>
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Android Studio AAR 发布说明
* 魅族内部应用请使用内部的[Artifactory PushSDK](http://artifactory.rnd.meizu.com/artifactory/)
* 第三方应用下载[PushSDK](https://github.com/MEIZUPUSH/PushDemo/releases)
* 第三方应用下载[PushSDK](https://github.com/MEIZUPUSH/PushDemo/releases),[Jcenter下载](https://bintray.com/meizupush/PushSDK/PushSDK-Internal#)


# 更新日志
Expand Down Expand Up @@ -89,8 +89,7 @@ PushSDK3.0以后的版本使用了最新的魅族插件发布aar包,因此大

```
dependencies {
compile 'com.meizu.flyme.internet:push-internal-publish:3.2.*'
// 如果无法下载,请使用自行下载aar
compile 'com.meizu.flyme.internet:push-internal-publish:3.3.*'
}
```

Expand All @@ -102,7 +101,7 @@ PushSDK3.0以后的版本使用了最新的魅族插件发布aar包,因此大
**NOTE:** 如果由于各种原因不能使用jcenter依赖,还可以从以下链接下载sdk相关支持包

* 下载地址
 [push-sdk-android.zip](https://github.com/MEIZUPUSH/PushDemo/releases)
 [push-sdk-github](https://github.com/MEIZUPUSH/PushDemo/releases)

### 3.2 pushSDK外部版引用配置说明<a name="pushsdk_open"/>

Expand Down

0 comments on commit 1a23823

Please sign in to comment.