File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-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.1.2 '
30
+ compile ' com.appadhoc:abtest:5.1.5 '
31
31
// lite版
32
- // compile 'com.appadhoc:abtest-lite:5.1.2 '
32
+ // compile 'com.appadhoc:abtest-lite:5.1.5 '
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.1.2 '
14
+ compile 'com.appadhoc:abtest:5.1.5 '
15
15
// lite版
16
- // compile 'com.appadhoc:abtest-lite:5.1.2 '
16
+ // compile 'com.appadhoc:abtest-lite:5.1.5 '
17
17
}
18
18
```
19
19
Original file line number Diff line number Diff line change
1
+ ### Version 5.1.5
2
+
3
+ 更新日期: 2019年9月23日
4
+
5
+ 更新内容:
6
+
7
+ * 修复特殊字符引起的可视化编辑异常问题
8
+
1
9
2
10
### Version 5.1.2
3
11
You can’t perform that action at this time.
0 commit comments