File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ proguard/
31
31
32
32
# Android Studio captures folder
33
33
captures /
34
+ .DS_Store
34
35
35
36
# Intellij
36
37
* .iml
Original file line number Diff line number Diff line change 11
11
12
12
```
13
13
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版本
15
17
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 '
18
20
// gif图可视化编辑(可选项)
19
21
// implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.21'(需要支持gif图的用户需要添加该库)
20
22
}
Original file line number Diff line number Diff line change
1
+ +
2
+ ### Version 5.4.3
3
+
4
+ 更新日期: 2021年3月1日
5
+
6
+ 更新内容:
7
+
8
+ * 提供的androidX版本的标准包
9
+
1
10
+
2
11
### Version 5.4.1
3
12
You can’t perform that action at this time.
0 commit comments