Skip to content

Commit 5808f97

Browse files
committed
Merge branch 'release/2.5.0'
2 parents 28df083 + 8f90fec commit 5808f97

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.github/workflows/flutter.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ on:
77
branches:
88
- develop
99
- master
10-
- 2x
10+
- release/*
1111
pull_request:
1212
branches:
1313
- develop
14-
- 2x
1514

1615
jobs:
1716
build:
@@ -27,8 +26,8 @@ jobs:
2726
# Setup the flutter environment.
2827
- uses: subosito/flutter-action@v1
2928
with:
30-
#channel: 'stable' # 'dev', 'alpha', default to: 'stable'
31-
flutter-version: '1.22.x' # you can also specify exact version of flutter
29+
channel: 'stable' # 'dev', 'alpha', default to: 'stable'
30+
# flutter-version: '1.22.x' # you can also specify exact version of flutter
3231

3332
# Get flutter dependencies.
3433
- run: flutter pub get

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.5.0 [2022-04-08]
2+
* 更新 Android SDK `v4.460.1330`
3+
* 以后将不在维护非 1x 版本,请及时升级
4+
15
## 2.4.1 [2021-12-07]
26
* 修复 iOS 编译问题
37

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
<h3 align="center">一款优质的 Flutter 广告插件(腾讯广告、广点通、优量汇)</h3>
55

66
<p align="center">
7-
<a href="https://github.com/FlutterAds/flutter_qq_ads"><img src=https://img.shields.io/badge/version-v1.5.0-success></a>
8-
<a href="https://github.com/FlutterAds/flutter_qq_ads"><img src=https://img.shields.io/badge/null_safety-v2.4.1-success></a>
7+
<a href="https://github.com/FlutterAds/flutter_qq_ads"><img src=https://img.shields.io/badge/pub-v2.5.0-success></a>
98
<a href="https://github.com/FlutterAds/flutter_qq_ads"><img src=https://img.shields.io/badge/platform-iOS%20%7C%20Android-brightgreen></a>
10-
<a href="https://github.com/FlutterAds/flutter_qq_ads/actions/workflows/flutter.yml"><img src="https://github.com/FlutterAds/flutter_qq_ads/actions/workflows/flutter.yml/badge.svg?branch=2x"></a>
9+
<a href="https://github.com/FlutterAds/flutter_qq_ads/actions/workflows/flutter.yml"><img src="https://github.com/FlutterAds/flutter_qq_ads/actions/workflows/flutter.yml/badge.svg"></a>
1110
<a href="https://github.com/FlutterAds/flutter_qq_ads"><img src=https://img.shields.io/github/stars/FlutterAds/flutter_qq_ads?color=brightgreen></a>
1211
<a href="https://github.com/FlutterAds/flutter_qq_ads/blob/develop/LICENSE"><img src=https://img.shields.io/badge/license-MIT-brightgreen></a>
1312
</p>
@@ -37,8 +36,7 @@
3736

3837
``` Dart
3938
dependencies:
40-
flutter_qq_ads: ^1.5.0 # 非 Null Safety 版本
41-
flutter_qq_ads: ^2.4.1 # Null Safety 版本
39+
flutter_qq_ads: ^2.5.0
4240
```
4341

4442
### 初始化广告
@@ -289,8 +287,8 @@ pod install
289287
|分支|说明|
290288
|-|-|
291289
|develop|开发分支,接受 PR|
292-
|master|稳定分支,非 Null Safety|
293-
|2x|稳定分支,Null Safety|
290+
|master|稳定分支,空安全|
291+
|1x|已不更新,非空安全|
294292

295293
## 更新日志
296294
[查看 Releases 版本日志](https://github.com/FlutterAds/flutter_qq_ads/releases)

0 commit comments

Comments
 (0)