Skip to content

Commit ef3a491

Browse files
author
dong yuangui
committed
release 5.4.3
1 parent 8c2276a commit ef3a491

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ proguard/
3131

3232
# Android Studio captures folder
3333
captures/
34+
.DS_Store
3435

3536
# Intellij
3637
*.iml

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111

1212
```
1313
dependencies {
14-
implementation 'com.appadhoc:abtest:5.4.1'
14+
// 支持可视化编辑和编程模式,support版本
15+
implementation 'com.appadhoc:abtest:5.4.3'
16+
// implementation 'com.appadhoc:abtestX:5.4.3' //支持可视化和编程版本,androidX版本
1517
implementation(name: 'msa_mdid_1.0.13', ext: 'aar')// 设备id包
16-
// lite版
17-
// implementation 'com.appadhoc:abtest-lite:5.4.1'
18+
// lite版仅支持编程模式,支持androidX和support
19+
// implementation 'com.appadhoc:abtest-lite:5.4.3'
1820
// gif图可视化编辑(可选项)
1921
// implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.21'(需要支持gif图的用户需要添加该库)
2022
}

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
+
2+
### Version 5.4.3
3+
4+
更新日期: 2021年3月1日
5+
6+
更新内容:
7+
8+
* 提供的androidX版本的标准包
9+
110
+
211
### Version 5.4.1
312

0 commit comments

Comments
 (0)