Skip to content

Commit

Permalink
release 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaozhengxiang committed Dec 10, 2018
1 parent 16c268a commit 527c564
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.appadhoc:abtest:4.1.1'
compile 'com.appadhoc:abtest:4.2.1'
//lite版
// compile 'com.appadhoc:abtest-lite:4.1.0'
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public void onCreate() {
AdhocConfig adhocConfig = new AdhocConfig.Builder()
.appKey(ADHOC_KEY)
.context(this)
.enableDebugAssist(true)
// .enableDebugAssist(true)
.build();

AdhocTracker.init(adhocConfig);
Expand Down
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:4.1.1'
compile 'com.appadhoc:abtest:4.2.1'
// lite版
// compile 'com.appadhoc:abtest-lite:4.1.0'
// compile 'com.appadhoc:abtest-lite:4.2.1'
}
```

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

更新日期: 2018年12月10日

更新内容:

* 支持多进程数据安全并增加可配置项
* 兼容glide图片加载类库
* 优化clientId的设置方法
* AppKey和Flag字符串trim处理
* AB测试图片加载优化
* 强制退出实验接口URL encode处理
* 敏感数据上报配置项可选
* 优化可视化自动埋点
* 优化可视化文本编辑
* bug修复

---
### Version 4.1.1

更新日期: 2018年10月16日
Expand All @@ -9,6 +27,7 @@
* 修复弹窗引起的兼容性bug

---

### Version 4.0.0

更新日期: 2018年9月17日
Expand Down

0 comments on commit 527c564

Please sign in to comment.