From 09cef4b985476bbd51d2a47e7a51ee646eff03d4 Mon Sep 17 00:00:00 2001 From: Zero <1300326388@qq.com> Date: Fri, 8 Apr 2022 17:48:01 +0800 Subject: [PATCH 1/4] =?UTF-8?q?1=E3=80=81=E6=9B=B4=E6=96=B0=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E5=92=8C=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ README.md | 10 ++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 217129a..b4eaf19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.5.0 [2022-04-08] +* 更新 Android SDK `v4.460.1330` +* 以后将不在维护非 1x 版本,请及时升级 + ## 2.4.1 [2021-12-07] * 修复 iOS 编译问题 diff --git a/README.md b/README.md index 6e65e5b..96770e4 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@

一款优质的 Flutter 广告插件(腾讯广告、广点通、优量汇)

- - + @@ -37,8 +36,7 @@ ``` Dart dependencies: - flutter_qq_ads: ^1.5.0 # 非 Null Safety 版本 - flutter_qq_ads: ^2.4.1 # Null Safety 版本 + flutter_qq_ads: ^2.5.0 ``` ### 初始化广告 @@ -289,8 +287,8 @@ pod install |分支|说明| |-|-| |develop|开发分支,接受 PR| -|master|稳定分支,非 Null Safety| -|2x|稳定分支,Null Safety| +|master|稳定分支,空安全| +|1x|已不更新,非空安全| ## 更新日志 [查看 Releases 版本日志](https://github.com/FlutterAds/flutter_qq_ads/releases) From 6e9246389b64994ea6f842a31f465e6516874a7b Mon Sep 17 00:00:00 2001 From: Zero <1300326388@qq.com> Date: Fri, 8 Apr 2022 17:51:43 +0800 Subject: [PATCH 2/4] =?UTF-8?q?:green=5Fheart:=20=E6=9B=B4=E6=96=B0=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/flutter.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index cc3c9d8..e3c8486 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -7,11 +7,10 @@ on: branches: - develop - master - - 2x + - release/* pull_request: branches: - develop - - 2x jobs: build: From 79b63fa8a8f3622adeb20eee350b1a368e64aae9 Mon Sep 17 00:00:00 2001 From: Zero <1300326388@qq.com> Date: Fri, 8 Apr 2022 17:55:51 +0800 Subject: [PATCH 3/4] =?UTF-8?q?1=E3=80=81=E6=9B=B4=E6=96=B0=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/flutter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index e3c8486..91df7d6 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -26,8 +26,8 @@ jobs: # Setup the flutter environment. - uses: subosito/flutter-action@v1 with: - #channel: 'stable' # 'dev', 'alpha', default to: 'stable' - flutter-version: '1.22.x' # you can also specify exact version of flutter + channel: 'stable' # 'dev', 'alpha', default to: 'stable' + # flutter-version: '1.22.x' # you can also specify exact version of flutter # Get flutter dependencies. - run: flutter pub get From 8f90fec8cfc6959a4522c5b1dd2f5626e3d85351 Mon Sep 17 00:00:00 2001 From: Zero <1300326388@qq.com> Date: Fri, 8 Apr 2022 18:08:16 +0800 Subject: [PATCH 4/4] =?UTF-8?q?1=E3=80=81=E6=9B=B4=E6=96=B0=20ReadMe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96770e4..2ed6c58 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@

一款优质的 Flutter 广告插件(腾讯广告、广点通、优量汇)

- + - +