From e5dc189df667cb840d585fa88a8a1b5423e5aa70 Mon Sep 17 00:00:00 2001 From: gstory Date: Thu, 27 Oct 2022 14:22:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=831.1.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ README.md | 15 ++++++++------- example/pubspec.lock | 4 ++-- pubspec.yaml | 4 ++-- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a102f59..897b24f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.1.12 +* 1、升级sdk + ## 1.1.11 * 1、升级sdk diff --git a/README.md b/README.md index 0d58cb5..93a0e17 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 字节跳动穿山甲广告、腾讯优量汇(广点通)聚合广告插件 Flutter版本

- +

## 📢 推荐使用新版聚合插件[GTAds](https://github.com/gstory0404/GTAds),支持自定义广告插入 @@ -22,13 +22,14 @@ ## 开发环境 ``` -[✓] 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 ``` @@ -36,7 +37,7 @@ ## 集成步骤 #### 1、pubspec.yaml ```Dart -flutter_universalad: ^1.1.11 +flutter_universalad: ^1.1.12 ``` #### 2、引入 diff --git a/example/pubspec.lock b/example/pubspec.lock index 25d1f6f..dd00789 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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 @@ -80,7 +80,7 @@ packages: path: ".." relative: true source: path - version: "1.1.11" + version: "1.1.12" matcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index c260d93..61c41c1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: @@ -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