diff --git a/PushdemoInternal/build.gradle b/PushdemoInternal/build.gradle index 61596a4..d698167 100644 --- a/PushdemoInternal/build.gradle +++ b/PushdemoInternal/build.gradle @@ -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 { @@ -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' diff --git a/README.md b/README.md index 27a6605..ed19ab0 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ # 更新日志 +## [2017-01-10]V3.3.170110 +* 1 解决Jar包集成无法找到R类的问题 +* 2 解决数据上报安全性问题 + ## [2017-01-04]V3.3.170103 * 1 精简sdk代码,权限,不再依赖第三方库 * 2 加入通知栏动态视频功能,如需要使用,需要向平台申请开通权限