Skip to content

Commit

Permalink
release 5.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dong yuangui committed Apr 22, 2021
1 parent ef3a491 commit c9770b1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
```
dependencies {
// 支持可视化编辑和编程模式,support版本
implementation 'com.appadhoc:abtest:5.4.3'
// implementation 'com.appadhoc:abtestX:5.4.3' //支持可视化和编程版本,androidX版本
implementation 'com.appadhoc:abtest:5.4.4'
// implementation 'com.appadhoc:abtestX:5.4.4' //支持可视化和编程版本,androidX版本
implementation(name: 'msa_mdid_1.0.13', ext: 'aar')// 设备id包
// lite版仅支持编程模式,支持androidX和support
// implementation 'com.appadhoc:abtest-lite:5.4.3'
// implementation 'com.appadhoc:abtest-lite:5.4.4'
// gif图可视化编辑(可选项)
// implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.21'(需要支持gif图的用户需要添加该库)
}
Expand Down
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
+
### Version 5.4.4

更新日期: 2021年4月22日

更新内容:

* 新增扫码加入试验后48小时自动取消加入试验
* 扫码加入试验后增加提示弹窗
* 调试界面新增收起按钮
* 修复部分机型调试界面背景透明问题

+
### Version 5.4.3

Expand Down

0 comments on commit c9770b1

Please sign in to comment.