Skip to content

Commit

Permalink
* android升级4.510.1380
Browse files Browse the repository at this point in the history
* ios升级4.14.10
* 发布v1.214
  • Loading branch information
gstory0404 committed Jan 16, 2023
1 parent 29e83da commit 08c4332
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 24 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.14
* android升级4.510.1380
* ios升级4.14.10

## 1.2.13
* 修复ios banner广告无法加载

Expand Down
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,21 @@ flutter_tencentad是一款集成了腾讯优量汇广告(广点通)Android和iOS

## 本地开发环境
```
[✓] 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 14.0.1)
[✓] Flutter (Channel stable, 3.3.10, on macOS 13.1 22C65 darwin-x64, locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
[✓] Chrome - develop for the web
[✓] 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)
[✓] Android Studio
[✓] IntelliJ IDEA Ultimate Edition (version 2022.3.1)
[✓] VS Code (version 1.74.2)
[✓] Connected device (4 available)
[✓] HTTP Host Availability
```

## 集成步骤
#### 1、pubspec.yaml
```Dart
flutter_tencentad: ^1.2.13
flutter_tencentad: ^1.2.14
```
引入
```Dart
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ repositories {
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.qq.e.union:union:4.500.1370'
implementation 'com.qq.e.union:union:4.510.1380'
// implementation(name: 'GDTSDK.unionNormal.4.420.1290', ext: 'aar')
}
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ PODS:
- Flutter (1.0.0)
- flutter_tencentad (0.0.1):
- Flutter
- GDTMobSDK (= 4.14.01)
- GDTMobSDK (4.14.01):
- GDTMobSDK/GDTMobSDK (= 4.14.01)
- GDTMobSDK/GDTMobSDK (4.14.01)
- GDTMobSDK (= 4.14.10)
- GDTMobSDK (4.14.10):
- GDTMobSDK/GDTMobSDK (= 4.14.10)
- GDTMobSDK/GDTMobSDK (4.14.10)

DEPENDENCIES:
- Flutter (from `Flutter`)
Expand All @@ -23,8 +23,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
flutter_tencentad: 0b1885c8244675675fc8edab556094e62f4008a1
GDTMobSDK: 61691ca406d80fb94bee6a775f75bafad215d3e1
flutter_tencentad: ffea545fae35e1b5aeb17fb0a453a7ec629d400b
GDTMobSDK: 1374b9d6066b860e9d90229bd0bd46988227aa00

PODFILE CHECKSUM: 663715e941f9adb426e33bf9376914006f9ea95b

Expand Down
10 changes: 5 additions & 5 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class _HomePageState extends State<HomePage> {
//android广告id
androidId: "5042816813706194",
//ios广告id
iosId: "4023171869997790",
iosId: "3034186385479617",
//用户id
userID: "123",
//奖励
Expand Down Expand Up @@ -221,7 +221,7 @@ class _HomePageState extends State<HomePage> {
//android广告id
androidId: "9062813863614416",
//ios广告id
iosId: "5093576955904702",
iosId: "6054482385870649",
//是否全屏
isFullScreen: false,
//下载二次确认弹窗 默认false
Expand All @@ -239,7 +239,7 @@ class _HomePageState extends State<HomePage> {
//android广告id
androidId: "7002176717594059",
//ios广告id
iosId: "9043571925301857",
iosId: "3094084365676712",
isFullScreen: true,
//下载二次确认弹窗 默认false
downloadConfirm: true,
Expand All @@ -256,7 +256,7 @@ class _HomePageState extends State<HomePage> {
//android广告id
androidId: "7002176717594059",
//ios广告id
iosId: "9043571925301857",
iosId: "2014782305274727",
isFullScreen: true,
//下载二次确认弹窗 默认false
downloadConfirm: true,
Expand Down Expand Up @@ -303,7 +303,7 @@ class _HomePageState extends State<HomePage> {
return new SplashPage(
isBidding: false,
androidId: "4052216802299999",
iosId: "3053975955207733");
iosId: "8064986367407648");
}));
},
),
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.12"
version: "1.2.14"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_tencentad.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A new flutter plugin project.
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.platform = :ios, '9.0'
s.dependency 'GDTMobSDK', '4.14.01'
s.dependency 'GDTMobSDK', '4.14.10'

# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_tencentad
description: A flutter plugin for TencentAD.It is convenient for Android and IOS to directly call the method and native view of advertisement SDK.
version: 1.2.13
version: 1.2.14
homepage: https://github.com/gstory0404/flutter_tencentad

environment:
Expand Down

0 comments on commit 08c4332

Please sign in to comment.