Skip to content

Commit c930ffb

Browse files
author
jiaozhengxiang
committed
release 5.0.0
1 parent 527c564 commit c930ffb

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

Demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
dependencies {
2727
compile fileTree(include: ['*.jar'], dir: 'libs')
2828
compile 'com.android.support:appcompat-v7:21.0.3'
29-
compile 'com.appadhoc:abtest:4.2.1'
29+
compile 'com.appadhoc:abtest:5.0.0'
3030
//lite版
3131
// compile 'com.appadhoc:abtest-lite:4.1.0'
3232
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
```
1313
dependencies {
14-
compile 'com.appadhoc:abtest:4.2.1'
14+
compile 'com.appadhoc:abtest:5.0.0'
1515
// lite版
1616
// compile 'com.appadhoc:abtest-lite:4.2.1'
1717
}

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### Version 5.0.0
2+
3+
更新日期: 2018年1月8日
4+
5+
更新内容:
6+
7+
* 编辑器重构
8+
* 多路径支持修改和绑定指标
9+
* 默认超时时间设置为30秒
10+
* 优化文案修改
11+
* 优化扫码强制加入可视化实验,无需要杀掉进程即可看到新版本
12+
13+
---
14+
115
### Version 4.2.1
216

317
更新日期: 2018年12月10日

0 commit comments

Comments
 (0)