Skip to content

Commit

Permalink
release 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dong yuangui committed Apr 24, 2019
1 parent fe8914c commit 969d12f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.1'
compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.appadhoc:abtest:5.0.4'
compile 'com.appadhoc:abtest:5.1.0'
//lite版
// compile 'com.appadhoc:abtest-lite:5.0.4'
// compile 'com.appadhoc:abtest-lite:5.1.0'
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

```
dependencies {
compile 'com.appadhoc:abtest:5.0.4'
compile 'com.appadhoc:abtest:5.1.0'
// lite版
// compile 'com.appadhoc:abtest-lite:5.0.4'
// compile 'com.appadhoc:abtest-lite:5.1.0'
}
```

Expand Down
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### Version 5.1.0

更新日期: 2019年4月24日

更新内容:

* 数据上报时机优化
* 修复多进程App偶会产生多个clientId的Bug
* 性能优化


### Version 5.0.4

更新日期: 2019年3月26日
Expand Down

0 comments on commit 969d12f

Please sign in to comment.