Skip to content

Commit

Permalink
Updating ironSource Flutter Adapter to 1.1.0. Android was updated to …
Browse files Browse the repository at this point in the history
…8.2.1.0 and iOS to 8.2.0.0.0

PiperOrigin-RevId: 671484959
  • Loading branch information
Mobile Ads Developer Relations authored and LTPhantom committed Sep 19, 2024
1 parent d7b4f9c commit 53437b7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions packages/mediation/gma_mediation_ironsource/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## ironSource Flutter Mediation Adapter Changelog

#### 1.1.0
* Verified compatibility with ironSource Android adapter version 8.2.1.0
* Verified compatibility with ironSource iOS adapter version 8.2.0.0.0
* Built and tested with the Google Mobile Ads Flutter Plugin version 5.1.0.

#### 1.0.0
* Initial release.
* Verified compatibility with ironSource Android adapter version 8.0.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {
}

dependencies {
implementation 'com.google.ads.mediation:ironsource:8.0.0.0'
implementation 'com.google.ads.mediation:ironsource:8.2.1.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_ironsource'
s.version = '1.0.0'
s.version = '1.2.0'
s.summary = 'Google Mobile Ads Mediation of ironSource.'
s.description = <<-DESC
Mediation Adapter for ironSource to use with Google Mobile Ads.
Expand All @@ -16,7 +16,7 @@ Mediation Adapter for ironSource to use with Google Mobile Ads.
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'GoogleMobileAdsMediationIronSource', '~>8.0.0.0.0'
s.dependency 'GoogleMobileAdsMediationIronSource', '~>8.2.0.0.0'
s.platform = :ios, '12.0'
s.static_framework = true

Expand Down
2 changes: 1 addition & 1 deletion packages/mediation/gma_mediation_ironsource/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gma_mediation_ironsource
description: "Mediation Adapter that enables sending ad requests to the ironSource 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_ironsource

environment:
Expand Down

0 comments on commit 53437b7

Please sign in to comment.