Skip to content

Commit 1b32355

Browse files
author
WuWenhui
committed
修改版本号
1 parent c1933ff commit 1b32355

File tree

4 files changed

+20
-8
lines changed

4 files changed

+20
-8
lines changed

.idea/workspace.xml

Lines changed: 9 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.2.3
2+
Android 更新 SDK 到 2.6.4
3+
14
## 2.2.2
25
Android 更新 SDK 到 2.6.3
36
iOS 更新 SDK 到 2.5.5

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,17 @@ _openinstallFlutterPlugin.reportEffectPoint("effect_test", 1);
261261

262262
| 参数名| 参数类型 | 描述 |
263263
| --- | --- | --- |
264-
| adEnabled| bool | 广告平台接入开关(必须) |
264+
| androidId | string | android_id 原值 |
265+
| serialNumber | string | serialNumber原值 |
266+
| adEnabled| bool | 接入移动广告效果监测时需要开启 |
265267
| macDisabled | bool | 是否禁止 SDK 获取 mac 地址 |
266268
| imeiDisabled | bool | 是否禁止 SDK 获取 imei |
267269
| gaid | string | 通过 google api 获取到的 advertisingId,SDK 将不再获取gaid |
268270
| oaid | string | 通过移动安全联盟获取到的 oaid,SDK 将不再获取oaid |
269-
271+
| imei | string | imei 原值 |
272+
| mac | string | mac address 原值 |
273+
274+
270275
2、针对广告平台,为了精准地匹配到渠道,需要获取设备唯一标识码(IMEI),因此需要在 AndroidManifest.xml 中添加权限声明
271276

272277
```

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.2.2
3+
version: 2.2.3
44
homepage: https://www.openinstall.io
55

66
environment:

0 commit comments

Comments
 (0)