Skip to content

Commit

Permalink
Updated Pangle mediation adapter to version 2.0.0. Android to version…
Browse files Browse the repository at this point in the history
… 6.1.0.9.0 and iOS to version 6.2.0.5.0.

PiperOrigin-RevId: 675248036
  • Loading branch information
Mobile Ads Developer Relations authored and LTPhantom committed Sep 19, 2024
1 parent fba9d89 commit b27fcbc
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_pangle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Pangle Flutter Mediation Adapter Changelog

#### 2.0.0
* Verified compatibility with Pangle Android adapter version 6.1.0.9.0.
* Verified compatibility with Pangle iOS adapter version 6.2.0.5.0.
* Built and tested with the Google Mobile Ads Flutter Plugin version 5.1.0.

#### 1.1.0
* Verified compatibility with Pangle Android adapter version 5.9.0.4.0.
* Verified compatibility with Pangle iOS adapter version 5.9.0.7.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:pangle:5.9.0.4.0'
implementation 'com.google.ads.mediation:pangle:6.1.0.9.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 @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'gma_mediation_pangle'
s.version = '1.1.0'
s.version = '2.0.0'
s.summary = 'Google Mobile Ads Mediation of Pangle.'
s.description = <<-DESC
Mediation Adapter for Pangle to use with Google Mobile Ads.
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'GoogleMobileAdsMediationPangle', '~> 5.9.0.7.0'
s.dependency 'GoogleMobileAdsMediationPangle', '~> 6.2.0.5.0'
s.platform = :ios, '12.0'
s.static_framework = true

Expand Down
2 changes: 1 addition & 1 deletion packages/mediation/gma_mediation_pangle/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gma_mediation_pangle
description: "Mediation Adapter that enables sending ad requests to the Pangle ad network using the google_mobile_ads plugin."
version: 1.1.0
version: 2.0.0
repository: https://github.com/googleads/googleads-mobile-flutter/tree/main/packages/mediation/gma_mediation_pangle

environment:
Expand Down

0 comments on commit b27fcbc

Please sign in to comment.