Skip to content

Commit

Permalink
Updated adapter versions, google_mobile_ads version and CHANGELOG (#1087
Browse files Browse the repository at this point in the history
)
  • Loading branch information
LTPhantom authored May 10, 2024
1 parent 2649204 commit 6cbcd3d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions packages/mediation/gma_mediation_dtexchange/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## 1.0.0
## DT Exchange Flutter Mediation Adapter Changelog

#### 1.0.0
* Initial release.
* Verified compatibility with DT Exchange Android adapter version 8.2.6.1
* Verified compatibility with DT Exchange iOS adapter version 8.2.7.0
* Verified compatibility with DT Exchange Android adapter version 8.2.7.0.
* Verified compatibility with DT Exchange iOS adapter version 8.2.8.0.
* Built and tested with the Google Mobile Ads Flutter Plugin version 5.1.0.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ android {
}

dependencies {
implementation 'com.google.ads.mediation:fyber:8.2.6.1'
implementation 'com.google.ads.mediation:fyber:8.2.7.0'
testImplementation 'org.jetbrains.kotlin:kotlin-test'
testImplementation 'org.mockito:mockito-core:5.0.0'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Mediation Adapter for DT Exchange to use with Google Mobile Ads.
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'GoogleMobileAdsMediationFyber', '~> 8.2.7.0'
s.dependency 'GoogleMobileAdsMediationFyber', '~> 8.2.8.0'
s.platform = :ios, '12.0'
# 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 packages/mediation/gma_mediation_dtexchange/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mobile_ads: ^5.0.0
google_mobile_ads: ^5.1.0
plugin_platform_interface: ^2.0.2

dev_dependencies:
Expand Down

0 comments on commit 6cbcd3d

Please sign in to comment.