Skip to content

Commit

Permalink
release 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dong yuangui committed Mar 26, 2019
1 parent f12b823 commit fe8914c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 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.2'
compile 'com.appadhoc:abtest:5.0.4'
//lite版
// compile 'com.appadhoc:abtest-lite:5.0.2'
// compile 'com.appadhoc:abtest-lite:5.0.4'
}
7 changes: 5 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.2'
compile 'com.appadhoc:abtest:5.0.4'
// lite版
// compile 'com.appadhoc:abtest-lite:5.0.2'
// compile 'com.appadhoc:abtest-lite:5.0.4'
}
```

Expand Down Expand Up @@ -163,7 +163,10 @@ AdhocTracker.init(adhocConfig);
```
-keep class com.adhoc.** {*;}
-keep class android.support.v4.view.ViewPager{*;}
-keep class android.support.v4.view.ViewPager$*{*;}
-keep class android.support.v7.widget.RecyclerView{*;}
-keep class android.support.v7.widget.RecyclerView$*{*;}
-keep class * extends android.support.v7.widget.RecyclerView$Adapter
```

### 开始试验
Expand Down
18 changes: 15 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
### Version 5.0.4

更新日期: 2019年3月26日

更新内容:

* 只上报已命中的试验所关联的指标
* 支持gzip压缩格式的api响应
* 支持横屏的可视化试验
* APP启动get_flag_async接口调用多次优化
* sdk性能优化及bug修复

### Version 5.0.2

更新日期: 2018年2月21日
更新日期: 2019年2月21日

更新内容:

Expand All @@ -14,7 +26,7 @@
### Version 5.0.1
---

更新日期: 2018年1月29日
更新日期: 2019年1月29日

更新内容:
* 修复supportMultiProcess配置bug
Expand All @@ -23,7 +35,7 @@

### Version 5.0.0

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

更新内容:

Expand Down

0 comments on commit fe8914c

Please sign in to comment.