Skip to content

Commit 724b43b

Browse files
author
WuWenhui
committed
升级Android SDK到2.5.5
1 parent a9fe85c commit 724b43b

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.1.3
2+
Android SDK 更新内容
3+
- 优化初始化逻辑
4+
- 优化匹配逻辑,提升参数还原精度
5+
16
## 2.1.2
27
更新ASA集成代码和文档
38

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ _openinstallFlutterPlugin.reportEffectPoint("effect_test", 1);
261261

262262
| 参数名| 参数类型 | 描述 |
263263
| --- | --- | --- |
264-
| adEnabled| bool | 是否需要 SDK 获取广告追踪相关参数 |
264+
| adEnabled| bool | 广告平台接入开关(必须) |
265265
| macDisabled | bool | 是否禁止 SDK 获取 mac 地址 |
266266
| imeiDisabled | bool | 是否禁止 SDK 获取 imei |
267267
| gaid | string | 通过 google api 获取到的 advertisingId,SDK 将不再获取gaid |

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: openinstall_flutter_plugin
22
description: openinstall_flutter_plugin is a Flutter plugin based on openinstall, and with null safety support.
3-
version: 2.1.2
3+
version: 2.1.3
44
homepage: https://www.openinstall.io
55

66
environment:

0 commit comments

Comments
 (0)