File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
27
27
compile fileTree(include : [' *.jar' ], dir : ' libs' )
28
28
androidTestCompile ' com.android.support.test.uiautomator:uiautomator-v18:2.1.1'
29
29
compile ' com.android.support:appcompat-v7:21.0.3'
30
- compile ' com.appadhoc:abtest:5.0.4 '
30
+ compile ' com.appadhoc:abtest:5.1.0 '
31
31
// lite版
32
- // compile 'com.appadhoc:abtest-lite:5.0.4 '
32
+ // compile 'com.appadhoc:abtest-lite:5.1.0 '
33
33
}
Original file line number Diff line number Diff line change 11
11
12
12
```
13
13
dependencies {
14
- compile 'com.appadhoc:abtest:5.0.4 '
14
+ compile 'com.appadhoc:abtest:5.1.0 '
15
15
// lite版
16
- // compile 'com.appadhoc:abtest-lite:5.0.4 '
16
+ // compile 'com.appadhoc:abtest-lite:5.1.0 '
17
17
}
18
18
```
19
19
Original file line number Diff line number Diff line change
1
+ ### Version 5.1.0
2
+
3
+ 更新日期: 2019年4月24日
4
+
5
+ 更新内容:
6
+
7
+ * 数据上报时机优化
8
+ * 修复多进程App偶会产生多个clientId的Bug
9
+ * 性能优化
10
+
11
+
1
12
### Version 5.0.4
2
13
3
14
更新日期: 2019年3月26日
You can’t perform that action at this time.
0 commit comments