Skip to content

Commit

Permalink
pushsdk update V3.3.170110
Browse files Browse the repository at this point in the history
  • Loading branch information
comsince committed Jan 10, 2017
1 parent 1a23823 commit 1a95a29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PushdemoInternal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.meizu.pushdemo"
minSdkVersion 16
targetSdkVersion 23
versionCode 129
versionName "1.3.170106"
versionCode 130
versionName "1.3.170110"
}
buildTypes {
release {
Expand All @@ -22,8 +22,8 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile(name:'push-internal-3.3.170103', ext:'aar')
//compile 'com.meizu.flyme.internet:push-internal-publish:3.2.161219'
//compile(name:'push-internal-3.3.170103', ext:'aar')
compile 'com.meizu.flyme.internet:push-internal-publish:3.3.170110'
//compile project(':push-internal-publish')
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'org.greenrobot:eventbus:3.0.0'
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

# 更新日志

## [2017-01-10]V3.3.170110
* 1 解决Jar包集成无法找到R类的问题
* 2 解决数据上报安全性问题

## [2017-01-04]V3.3.170103
* 1 精简sdk代码,权限,不再依赖第三方库
* 2 加入通知栏动态视频功能,如需要使用,需要向平台申请开通权限
Expand Down

0 comments on commit 1a95a29

Please sign in to comment.