Skip to content

Commit

Permalink
更新sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
gstory0404 committed May 31, 2022
1 parent 1e59aad commit 7f0245e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.1.2
* 1、升级sdk
*
## 1.1.1
* 1、升级sdk

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 字节跳动穿山甲广告、腾讯优量汇(广点通)聚合广告插件 Flutter版本

<p>
<a href="https://pub.flutter-io.cn/packages/flutter_universalad"><img src=https://img.shields.io/badge/flutter_universalad-v1.1.1-success></a>
<a href="https://pub.flutter-io.cn/packages/flutter_universalad"><img src=https://img.shields.io/badge/flutter_universalad-v1.1.2-success></a>
</p>

## 简介
Expand Down Expand Up @@ -34,7 +34,7 @@
## 集成步骤
#### 1、pubspec.yaml
```Dart
flutter_universalad: ^1.1.1
flutter_universalad: ^1.1.2
```

#### 2、引入
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ packages:
name: flutter_unionad
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.3.1"
version: "1.3.2"
flutter_universalad:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ packages:
name: flutter_unionad
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.3.1"
version: "1.3.2"
matcher:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_universalad
description: A flutter plugin for TencentAD and Bytedance-UnionAD.
version: 1.1.1
version: 1.1.2
homepage: https://github.com/gstory0404/flutter_universalad

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter

flutter_unionad: ^1.3.1
flutter_unionad: ^1.3.2
flutter_tencentad: ^1.2.1
# flutter_tencentad:
# git:
Expand Down

0 comments on commit 7f0245e

Please sign in to comment.