File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
packages/mediation/gma_mediation_liftoffmonetize Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11group ' io.flutter.plugins.googlemobileads.mediation.gma_mediation_liftoffmonetize'
2- version = " 1.4.2 "
2+ version = " 1.4.3 "
33
44buildscript {
55 ext. kotlin_version = ' 2.2.21'
@@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
2525apply plugin : ' kotlin-android'
2626
2727ext {
28- stringVersion = " 7.6.2.0 "
28+ stringVersion = " 7.6.3.1 "
2929}
3030
3131android {
Original file line number Diff line number Diff line change 44#
55Pod ::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
1010Mediation 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
Original file line number Diff line number Diff line change 11name : gma_mediation_liftoffmonetize
22description : " 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
44repository : https://github.com/googleads/googleads-mobile-flutter/tree/main/packages/mediation/gma_mediation_liftoffmonetize
55
66environment :
You can’t perform that action at this time.
0 commit comments