File tree 2 files changed +15
-3
lines changed 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 12
12
```
13
13
dependencies {
14
14
// 支持可视化编辑和编程模式,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版本
17
17
implementation(name: 'msa_mdid_1.0.13', ext: 'aar')// 设备id包
18
18
// lite版仅支持编程模式,支持androidX和support
19
- // implementation 'com.appadhoc:abtest-lite:5.4.3 '
19
+ // implementation 'com.appadhoc:abtest-lite:5.4.4 '
20
20
// gif图可视化编辑(可选项)
21
21
// implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.21'(需要支持gif图的用户需要添加该库)
22
22
}
Original file line number Diff line number Diff line change
1
+ +
2
+ ### Version 5.4.4
3
+
4
+ 更新日期: 2021年4月22日
5
+
6
+ 更新内容:
7
+
8
+ * 新增扫码加入试验后48小时自动取消加入试验
9
+ * 扫码加入试验后增加提示弹窗
10
+ * 调试界面新增收起按钮
11
+ * 修复部分机型调试界面背景透明问题
12
+
1
13
+
2
14
### Version 5.4.3
3
15
You can’t perform that action at this time.
0 commit comments