Skip to content

Commit

Permalink
发布1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gstory0404 committed Oct 27, 2022
1 parent 8e22805 commit e5dc189
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 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.12
* 1、升级sdk

## 1.1.11
* 1、升级sdk

Expand Down
15 changes: 8 additions & 7 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.11-success></a>
<a href="https://pub.flutter-io.cn/packages/flutter_universalad"><img src=https://img.shields.io/badge/flutter_universalad-v1.1.12-success></a>
</p>

## 📢 推荐使用新版聚合插件[GTAds](https://github.com/gstory0404/GTAds),支持自定义广告插入
Expand All @@ -22,21 +22,22 @@

## 开发环境
```
[✓] Flutter (Channel stable, 3.3.0, on macOS 12.5.1 21G83 darwin-x64, locale zh-Hans-CN)
[✓] Flutter (Channel stable, 3.3.6, on macOS 13.0 22A380 darwin-x64, locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0-rc1)
[✓] Xcode - develop for iOS and macOS (Xcode 13.4.1)
[✓] Xcode - develop for iOS and macOS (Xcode 14.0.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.2)
[✓] IntelliJ IDEA Ultimate Edition (version 2022.1.1)
[✓] VS Code (version 1.70.2)
[✓] Android Studio (version 2021.3)
[✓] IntelliJ IDEA Ultimate Edition (version 2022.2.3)
[✓] IntelliJ IDEA Ultimate Edition (version 2022.2.3)
[✓] VS Code (version 1.72.2)
[✓] Connected device (3 available)
[✓] HTTP Host Availability
```

## 集成步骤
#### 1、pubspec.yaml
```Dart
flutter_universalad: ^1.1.11
flutter_universalad: ^1.1.12
```

#### 2、引入
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ packages:
name: flutter_tencentad
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.2.8"
version: "1.2.11"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -80,7 +80,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.11"
version: "1.1.12"
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.11
version: 1.1.12
homepage: https://github.com/gstory0404/flutter_universalad

environment:
Expand All @@ -13,7 +13,7 @@ dependencies:
# 穿山甲
flutter_unionad: ^1.3.16
# 优量汇
flutter_tencentad: ^1.2.8
flutter_tencentad: ^1.2.11
# flutter_tencentad:
# git:
# url: https://github.com/gstory0404/flutter_tencentad.git
Expand Down

0 comments on commit e5dc189

Please sign in to comment.