Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated DT Exchange mediation adapter to Android 8.3.0.0 and iOS 8.3.1.0. #1161

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/mediation/gma_mediation_dtexchange/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## DT Exchange Flutter Mediation Adapter Changelog

#### 1.1.0
* Verified compatibility with DT Exchange Android adapter version 8.3.0.0.
* Verified compatibility with DT Exchange iOS adapter version 8.3.1.0.
* Built and tested with the Google Mobile Ads Flutter Plugin version 5.1.0.

#### 1.0.0
* Initial release.
* Verified compatibility with DT Exchange Android adapter version 8.2.7.0.
Expand Down
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.7.0'
implementation 'com.google.ads.mediation:fyber:8.3.0.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'androidx.test:core:1.5.0'
testImplementation 'androidx.test:core-ktx:1.5.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'gma_mediation_dtexchange'
s.version = '1.0.0'
s.version = '1.1.0'
s.summary = 'Google Mobile Ads Mediation of DT Exchange.'
s.description = <<-DESC
Mediation Adapter for DT Exchange to use with Google Mobile Ads.
Expand All @@ -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.8.0'
s.dependency 'GoogleMobileAdsMediationFyber', '~> 8.3.1.0'
s.platform = :ios, '12.0'
s.static_framework = true
# Flutter.framework does not contain a i386 slice.
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
@@ -1,6 +1,6 @@
name: gma_mediation_dtexchange
description: "Mediation Adapter that enables sending ad requests to the DT Exchange ad network using the google_mobile_ads plugin."
version: 1.0.0
version: 1.1.0
repository: https://github.com/googleads/googleads-mobile-flutter/tree/main/packages/mediation/gma_mediation_dtexchange

environment:
Expand Down