Skip to content

Commit 7ef238c

Browse files
author
dong yuangui
committed
release 5.1.5
1 parent 6aad30b commit 7ef238c

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

Demo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
compile fileTree(include: ['*.jar'], dir: 'libs')
2828
androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.1'
2929
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'
3131
//lite版
32-
// compile 'com.appadhoc:abtest-lite:5.1.2'
32+
// compile 'com.appadhoc:abtest-lite:5.1.5'
3333
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
```
1313
dependencies {
14-
compile 'com.appadhoc:abtest:5.1.2'
14+
compile 'com.appadhoc:abtest:5.1.5'
1515
// lite版
16-
// compile 'com.appadhoc:abtest-lite:5.1.2'
16+
// compile 'com.appadhoc:abtest-lite:5.1.5'
1717
}
1818
```
1919

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### Version 5.1.5
2+
3+
更新日期: 2019年9月23日
4+
5+
更新内容:
6+
7+
* 修复特殊字符引起的可视化编辑异常问题
8+
19

210
### Version 5.1.2
311

0 commit comments

Comments
 (0)