diff --git a/packages/mediation/gma_mediation_dtexchange/CHANGELOG.md b/packages/mediation/gma_mediation_dtexchange/CHANGELOG.md index 5eb11f422..f8834615c 100644 --- a/packages/mediation/gma_mediation_dtexchange/CHANGELOG.md +++ b/packages/mediation/gma_mediation_dtexchange/CHANGELOG.md @@ -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. diff --git a/packages/mediation/gma_mediation_dtexchange/android/build.gradle b/packages/mediation/gma_mediation_dtexchange/android/build.gradle index 908f4aa32..5683d014f 100644 --- a/packages/mediation/gma_mediation_dtexchange/android/build.gradle +++ b/packages/mediation/gma_mediation_dtexchange/android/build.gradle @@ -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' } diff --git a/packages/mediation/gma_mediation_dtexchange/ios/gma_mediation_dtexchange.podspec b/packages/mediation/gma_mediation_dtexchange/ios/gma_mediation_dtexchange.podspec index 6238c0b42..0ce39abd3 100644 --- a/packages/mediation/gma_mediation_dtexchange/ios/gma_mediation_dtexchange.podspec +++ b/packages/mediation/gma_mediation_dtexchange/ios/gma_mediation_dtexchange.podspec @@ -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' } diff --git a/packages/mediation/gma_mediation_dtexchange/pubspec.yaml b/packages/mediation/gma_mediation_dtexchange/pubspec.yaml index 6862acfdb..69de9bf79 100644 --- a/packages/mediation/gma_mediation_dtexchange/pubspec.yaml +++ b/packages/mediation/gma_mediation_dtexchange/pubspec.yaml @@ -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: