diff --git a/Demo/build.gradle b/Demo/build.gradle index 2f838e1..19a4812 100755 --- a/Demo/build.gradle +++ b/Demo/build.gradle @@ -26,7 +26,7 @@ android { dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') compile 'com.android.support:appcompat-v7:21.0.3' - compile 'com.appadhoc:abtest:4.2.1' + compile 'com.appadhoc:abtest:5.0.0' //lite版 // compile 'com.appadhoc:abtest-lite:4.1.0' } diff --git a/README.md b/README.md index 70b3a6f..34afb2f 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ``` dependencies { - compile 'com.appadhoc:abtest:4.2.1' + compile 'com.appadhoc:abtest:5.0.0' // lite版 // compile 'com.appadhoc:abtest-lite:4.2.1' } diff --git a/changelog.md b/changelog.md index 02aef83..3a2ea2f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,17 @@ +### Version 5.0.0 + +更新日期: 2018年1月8日 + +更新内容: + +* 编辑器重构 +* 多路径支持修改和绑定指标 +* 默认超时时间设置为30秒 +* 优化文案修改 +* 优化扫码强制加入可视化实验,无需要杀掉进程即可看到新版本 + +--- + ### Version 4.2.1 更新日期: 2018年12月10日