Skip to content

Commit 119ecb8

Browse files
author
WuWenhui
committed
修改版本
1 parent f3800dc commit 119ecb8

File tree

4 files changed

+5
-12
lines changed

4 files changed

+5
-12
lines changed

.idea/workspace.xml

Lines changed: 0 additions & 10 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## 2.0.5
1+
## 2.1.0
22
IOS SDK更新内容
33
- 增加对ASA渠道的支持
4+
Android SDK更新内容
5+
- 优化广告平台配置
46

57
## 2.0.4
68
修复iOS SDK初始化方法未调用的问题

example/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class _MyAppState extends State<MyApp> {
3232
3333
_openinstallFlutterPlugin = new OpeninstallFlutterPlugin();
3434
_openinstallFlutterPlugin.init(wakeupHandler);
35+
_openinstallFlutterPlugin.install(installHandler);
3536
3637
setState(() {
3738
log = "";

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

66
environment:

0 commit comments

Comments
 (0)