Skip to content

Commit 09fcae5

Browse files
Mobile Ads Developer RelationsLTPhantom
authored andcommitted
Updating Liftoff Flutter mediation plugin to support the latest adapters (7.6.3.1, 7.6.3.1)
PiperOrigin-RevId: 866146731
1 parent c641ccf commit 09fcae5

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

packages/mediation/gma_mediation_liftoffmonetize/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Liftoff Monetize Flutter Mediation Adapter Changelog
22

3+
#### Version 1.4.3 (In progress)
4+
35
#### Version 1.4.2
46
- Updated minimum Flutter version to 3.35.1
57
- Updated to support Google Mobile Ads Flutter Plugin version 7.0.0

packages/mediation/gma_mediation_liftoffmonetize/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'io.flutter.plugins.googlemobileads.mediation.gma_mediation_liftoffmonetize'
2-
version = "1.4.2"
2+
version = "1.4.3"
33

44
buildscript {
55
ext.kotlin_version = '2.2.21'
@@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
2525
apply plugin: 'kotlin-android'
2626

2727
ext {
28-
stringVersion = "7.6.2.0"
28+
stringVersion = "7.6.3.1"
2929
}
3030

3131
android {

packages/mediation/gma_mediation_liftoffmonetize/ios/gma_mediation_liftoffmonetize.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'gma_mediation_liftoffmonetize'
7-
s.version = '1.4.2'
7+
s.version = '1.4.3'
88
s.summary = 'Google Mobile Ads Mediation of Liftoff Monetize.'
99
s.description = <<-DESC
1010
Mediation Adapter for Liftoff Monetize to use with Google Mobile Ads.
@@ -15,7 +15,7 @@ Mediation Adapter for Liftoff Monetize to use with Google Mobile Ads.
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.public_header_files = 'Public/**/*.h'
18-
s.dependency 'GoogleMobileAdsMediationVungle', '~>7.6.3.0'
18+
s.dependency 'GoogleMobileAdsMediationVungle', '~>7.6.3.1'
1919
s.dependency 'Flutter'
2020
s.platform = :ios, '13.0'
2121
s.static_framework = true

packages/mediation/gma_mediation_liftoffmonetize/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gma_mediation_liftoffmonetize
22
description: "Mediation Adapter that enables sending ad requests to the LiftoffMonetize ad network using the google_mobile_ads plugin."
3-
version: 1.4.2
3+
version: 1.4.3
44
repository: https://github.com/googleads/googleads-mobile-flutter/tree/main/packages/mediation/gma_mediation_liftoffmonetize
55

66
environment:

0 commit comments

Comments
 (0)