Skip to content

Commit

Permalink
* android sdk升级4.620.1490
Browse files Browse the repository at this point in the history
* ios sdk升级4.15.21
* 发布1.2.31
  • Loading branch information
gstory0404 committed Jan 20, 2025
1 parent b18a57e commit 171ed6e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 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.31
* android sdk升级4.620.1490
* ios sdk升级4.15.21

## 1.2.30
* 修复ios sdk中包路径问题

Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repositories {
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
// implementation 'com.qq.e.union:union:4.603.1473'
implementation(name: 'GDTSDK.unionNormal.4.611.1481', ext: 'aar')
implementation 'com.qq.e.union:union:4.620.1490'
// implementation(name: 'GDTSDK.unionNormal.4.611.1481', ext: 'aar')
// implementation 'com.qq.e.union:tools:+'
}
Binary file removed android/libs/GDTSDK.unionNormal.4.611.1481.aar
Binary file not shown.
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PODS:
- Flutter (1.0.0)
- flutter_tencentad (0.0.1):
- Flutter
- GDTMobSDK (= 4.15.20)
- GDTMobSDK (4.15.20)
- GDTMobSDK (= 4.15.21)
- GDTMobSDK (4.15.21)

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

SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
flutter_tencentad: f83e5ab13cd0bee85f3dbb08167e5e2c1b9bb892
GDTMobSDK: e0938157192f17f28583601f36956500f236935c
flutter_tencentad: b295bd9a41722c0acad8c1788bfd0c3fc594d681
GDTMobSDK: 8ec6b6068291dd2135e2ab71dadce4ebc9070b61

PODFILE CHECKSUM: cf0c950f7e9a456b4e325f5b8fc0f98906a3705a

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.15.20'
s.dependency 'GDTMobSDK', '4.15.21'

# 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.30
version: 1.2.31
homepage: https://github.com/gstory0404/flutter_tencentad

environment:
Expand Down

0 comments on commit 171ed6e

Please sign in to comment.