Skip to content

Commit 5d137d9

Browse files
author
dong yuangui
committed
release 5.1.1
1 parent 969d12f commit 5d137d9

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
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.0'
30+
compile 'com.appadhoc:abtest:5.1.1'
3131
//lite版
32-
// compile 'com.appadhoc:abtest-lite:5.1.0'
32+
// compile 'com.appadhoc:abtest-lite:5.1.1'
3333
}

README.md

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

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

@@ -79,7 +79,6 @@ AdhocConfig adhocConfig = new AdhocConfig.Builder()
7979
.addCustom("age", "17")
8080
.addCustom("name", "20")
8181
//调用后,会自动上报崩溃次数统计
82-
.reportCrash()
8382
// 多进程数据安全
8483
.supportMultiProcess
8584
//调用后,优化指标只有在wifi网络下才会上报数据(可能会造成官网数据延时显示)
@@ -145,12 +144,6 @@ AppAdhoc提供3个预定义指标:访问时长、会话数、崩溃数,只
145144
AdhocConfig adhocConfig = new AdhocConfig.Builder()
146145
.context(this)
147146
.appKey(key)
148-
//调用后,会自动上报崩溃次数统计
149-
.reportCrash()
150-
//调用后,会自动统计App的session时长
151-
.reportDuration()
152-
//调用后自动统计session
153-
.reportSession()
154147
.build();
155148
156149
AdhocTracker.init(adhocConfig);

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2+
### Version 5.1.1
3+
4+
更新日期: 2019年5月23日
5+
6+
更新内容:
7+
8+
* 样本指标和用户定义指标上报优化
9+
* 性能优化和bug修复
10+
11+
112
### Version 5.1.0
213

314
更新日期: 2019年4月24日

0 commit comments

Comments
 (0)