From fe8914c6caa11b3faf3fa0aa34c5f2c95af5f79d Mon Sep 17 00:00:00 2001 From: dong yuangui Date: Tue, 26 Mar 2019 18:31:59 +0800 Subject: [PATCH] release 5.0.4 --- Demo/build.gradle | 4 ++-- README.md | 7 +++++-- changelog.md | 18 +++++++++++++++--- 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/Demo/build.gradle b/Demo/build.gradle index e262431..edfdf26 100755 --- a/Demo/build.gradle +++ b/Demo/build.gradle @@ -27,7 +27,7 @@ dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.1' compile 'com.android.support:appcompat-v7:21.0.3' - compile 'com.appadhoc:abtest:5.0.2' + compile 'com.appadhoc:abtest:5.0.4' //lite版 -// compile 'com.appadhoc:abtest-lite:5.0.2' +// compile 'com.appadhoc:abtest-lite:5.0.4' } diff --git a/README.md b/README.md index 6da8641..927733b 100755 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ ``` dependencies { - compile 'com.appadhoc:abtest:5.0.2' + compile 'com.appadhoc:abtest:5.0.4' // lite版 - // compile 'com.appadhoc:abtest-lite:5.0.2' + // compile 'com.appadhoc:abtest-lite:5.0.4' } ``` @@ -163,7 +163,10 @@ AdhocTracker.init(adhocConfig); ``` -keep class com.adhoc.** {*;} -keep class android.support.v4.view.ViewPager{*;} +-keep class android.support.v4.view.ViewPager$*{*;} -keep class android.support.v7.widget.RecyclerView{*;} +-keep class android.support.v7.widget.RecyclerView$*{*;} +-keep class * extends android.support.v7.widget.RecyclerView$Adapter ``` ### 开始试验 diff --git a/changelog.md b/changelog.md index bb7bfd0..15d5c51 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,18 @@ +### Version 5.0.4 + +更新日期: 2019年3月26日 + +更新内容: + +* 只上报已命中的试验所关联的指标 +* 支持gzip压缩格式的api响应 +* 支持横屏的可视化试验 +* APP启动get_flag_async接口调用多次优化 +* sdk性能优化及bug修复 + ### Version 5.0.2 -更新日期: 2018年2月21日 +更新日期: 2019年2月21日 更新内容: @@ -14,7 +26,7 @@ ### Version 5.0.1 --- -更新日期: 2018年1月29日 +更新日期: 2019年1月29日 更新内容: * 修复supportMultiProcess配置bug @@ -23,7 +35,7 @@ ### Version 5.0.0 -更新日期: 2018年1月8日 +更新日期: 2019年1月8日 更新内容: