Skip to content

Commit

Permalink
Updated the Mintegral mediation adapter to version 1.1.0. Android ada…
Browse files Browse the repository at this point in the history
…pter to 16.8.31.0 and iOS to 7.7.1.0

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

#### 1.1.0
* Verified compatibility with Mintegral Android adapter version 16.8.31.0.
* Verified compatibility with Mintegral iOS adapter version 7.7.1.0.
* Built and tested with the Google Mobile Ads Flutter Plugin version 5.1.0.

#### 1.0.0

* Initial release.
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:mintegral:16.7.21.0'
implementation 'com.google.ads.mediation:mintegral:16.8.31.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_mintegral'
s.version = '1.0.0'
s.version = '1.1.0'
s.summary = 'Google Mobile Ads Mediation of Mintegral.'
s.description = <<-DESC
Mediation Adapter for Mintegral to use with Google Mobile Ads.
Expand All @@ -16,7 +16,7 @@ Mediation Adapter for Mintegral to use with Google Mobile Ads.
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'GoogleMobileAdsMediationMintegral', '~>7.6.3.0'
s.dependency 'GoogleMobileAdsMediationMintegral', '~>7.7.1.0'
s.platform = :ios, '12.0'
s.static_framework = true

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

environment:
Expand Down

0 comments on commit fba9d89

Please sign in to comment.