Skip to content

Commit

Permalink
release 5.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dong yuangui committed Sep 23, 2019
1 parent 6aad30b commit 7ef238c
Show file tree
Hide file tree
Showing 3 changed files with 12 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.1.2'
compile 'com.appadhoc:abtest:5.1.5'
//lite版
// compile 'com.appadhoc:abtest-lite:5.1.2'
// compile 'com.appadhoc:abtest-lite:5.1.5'
}
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.1.2'
compile 'com.appadhoc:abtest:5.1.5'
// lite版
// compile 'com.appadhoc:abtest-lite:5.1.2'
// compile 'com.appadhoc:abtest-lite:5.1.5'
}
```

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

更新日期: 2019年9月23日

更新内容:

* 修复特殊字符引起的可视化编辑异常问题


### Version 5.1.2

Expand Down

0 comments on commit 7ef238c

Please sign in to comment.