Skip to content

Commit

Permalink
Updated Liftoff Monetize to 1.1.0. Android adapter version to 7.4.0.1…
Browse files Browse the repository at this point in the history
… and iOS adapter version 7.4.0.1

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

#### Version 1.1.0
- Verified compatibility with Liftoff Monetize Android adapter version 7.4.0.1
- Verified compatibility with LiftoffMonetize iOS adapter version 7.4.0.1
- Built and tested with the Google Mobile Ads Flutter Plugin version 5.1.0.

#### Version 1.0.0
- Initial release.
- Verified compatibility with Liftoff Monetize Android adapter version 7.3.1.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:vungle:7.3.2.0'
implementation 'com.google.ads.mediation:vungle:7.4.0.1'
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_liftoffmonetize'
s.version = '1.0.0'
s.version = '1.1.0'
s.summary = 'Google Mobile Ads Mediation of Liftoff Monetize.'
s.description = <<-DESC
Mediation Adapter for Liftoff Monetize to use with Google Mobile Ads.
Expand All @@ -15,7 +15,7 @@ Mediation Adapter for Liftoff Monetize to use with Google Mobile Ads.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.public_header_files = 'Public/**/*.h'
s.dependency 'GoogleMobileAdsMediationVungle', '~>7.3.2.0'
s.dependency 'GoogleMobileAdsMediationVungle', '~>7.4.0.1'
s.dependency 'Flutter'
s.platform = :ios, '12.0'
s.static_framework = true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gma_mediation_liftoffmonetize
description: "Mediation Adapter that enables sending ad requests to the LiftoffMonetize 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_liftoffmonetize

environment:
Expand Down

0 comments on commit a5dbeea

Please sign in to comment.