Skip to content

Commit c9770b1

Browse files
author
dong yuangui
committed
release 5.4.4
1 parent ef3a491 commit c9770b1

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
```
1313
dependencies {
1414
// 支持可视化编辑和编程模式,support版本
15-
implementation 'com.appadhoc:abtest:5.4.3'
16-
// implementation 'com.appadhoc:abtestX:5.4.3' //支持可视化和编程版本,androidX版本
15+
implementation 'com.appadhoc:abtest:5.4.4'
16+
// implementation 'com.appadhoc:abtestX:5.4.4' //支持可视化和编程版本,androidX版本
1717
implementation(name: 'msa_mdid_1.0.13', ext: 'aar')// 设备id包
1818
// lite版仅支持编程模式,支持androidX和support
19-
// implementation 'com.appadhoc:abtest-lite:5.4.3'
19+
// implementation 'com.appadhoc:abtest-lite:5.4.4'
2020
// gif图可视化编辑(可选项)
2121
// implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.21'(需要支持gif图的用户需要添加该库)
2222
}

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
+
2+
### Version 5.4.4
3+
4+
更新日期: 2021年4月22日
5+
6+
更新内容:
7+
8+
* 新增扫码加入试验后48小时自动取消加入试验
9+
* 扫码加入试验后增加提示弹窗
10+
* 调试界面新增收起按钮
11+
* 修复部分机型调试界面背景透明问题
12+
113
+
214
### Version 5.4.3
315

0 commit comments

Comments
 (0)