Skip to content

Commit 8f77d9b

Browse files
author
jiaozhengxiang
committed
release 5.0.1
1 parent c930ffb commit 8f77d9b

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
dependencies {
2727
compile fileTree(include: ['*.jar'], dir: 'libs')
2828
compile 'com.android.support:appcompat-v7:21.0.3'
29-
compile 'com.appadhoc:abtest:5.0.0'
29+
compile 'com.appadhoc:abtest:5.0.1'
3030
//lite版
3131
// compile 'com.appadhoc:abtest-lite:4.1.0'
3232
}

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.0.0'
14+
compile 'com.appadhoc:abtest:5.0.1'
1515
// lite版
16-
// compile 'com.appadhoc:abtest-lite:4.2.1'
16+
// compile 'com.appadhoc:abtest-lite:5.0.1'
1717
}
1818
```
1919

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### Version 5.0.1
2+
3+
更新日期: 2018年1月29日
4+
5+
更新内容:
6+
* 修复supportMultiProcess配置bug
7+
8+
---
9+
110
### Version 5.0.0
211

312
更新日期: 2018年1月8日

0 commit comments

Comments
 (0)