Skip to content

Commit 9b5d090

Browse files
committed
🔖 v1.1.4
1 parent 38eb82b commit 9b5d090

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.4
2+
* 🍎 升级 iOS SDK 到 `v6.16.93`
3+
* 🤖 升级 Android SDK 到 `v6.16.11`
4+
15
## 1.1.3
26
* 💄 优化说明文档
37
* 📱 优化图片无法正确显示的问题

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<h1 align="center">Flutter AdSpark Pro</h1>
22
<h5 align="center">一款优质的广告监测、增长分析、归因上报、事件管理插件(巨量广告、穿山甲)</h5>
3+
<p align="center">♻️ 持续更新 ♻️</p>
34

45

56
<p align="center">
@@ -12,7 +13,7 @@
1213
<img src=https://img.shields.io/github/stars/FlutterAds/flutter_adspark?color=brightgreen>
1314
</a>
1415
<a href="https://flutterads.top/">
15-
<img src="https://img.shields.io/badge/Pro-v3.5.0-success?logo=flutter&logoColor=FFD700"/>
16+
<img src="https://img.shields.io/badge/Pro-v3.7.1-success?logo=flutter&logoColor=FFD700"/>
1617
<a href="https://flutterads.top/">
1718
<img src="https://img.shields.io/badge/Site-FlutterAds-success?logo=webtrees&logoColor=FFD700"/>
1819
</a>

example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Demonstrates how to use the flutter_adspark plugin.
44
# The following line prevents the package from being accidentally published to
55
# pub.dev using `flutter pub publish`. This is preferred for private packages.
66
publish_to: "none" # Remove this line if you wish to publish to pub.dev
7-
version: 1.1.3+6
7+
version: 1.1.4+8
88

99
environment:
1010
sdk: ">=2.12.0 <4.0.0"

ios/flutter_adspark.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'flutter_adspark'
7-
s.version = '1.1.3'
7+
s.version = '1.1.4'
88
s.summary = 'Flutter 版的 AdSpark 主要功能广告监测、增长分析、归因上报、事件管理(巨量引擎、巨量广告、穿山甲)'
99
s.description = <<-DESC
1010
Flutter 版的 AdSpark 主要功能广告监测、增长分析、归因上报、事件管理(巨量引擎、巨量广告、穿山甲)

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_adspark
22
description: Flutter 版的 AdSpark 主要功能广告监测、增长分析、归因上报、事件管理(巨量引擎、巨量广告、穿山甲)
3-
version: 1.1.3
3+
version: 1.1.4
44
repository: https://github.com/FlutterAds/flutter_adspark
55
issue_tracker: https://github.com/FlutterAds/flutter_adspark/issues
66
homepage: https://flutterads.top

0 commit comments

Comments
 (0)