File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
packages/mediation/gma_mediation_pangle Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11## Pangle Flutter Mediation Adapter Changelog
22
3+ #### Version 3.5.3 (In progress)
4+
35#### Version 3.5.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_pangle'
2- version = " 3.5.2 "
2+ version = " 3.5.3 "
33
44buildscript {
55 ext. kotlin_version = ' 2.2.21'
@@ -28,7 +28,7 @@ apply plugin: 'com.android.library'
2828apply plugin : ' kotlin-android'
2929
3030ext {
31- stringVersion = " 7.8.0.8 .0"
31+ stringVersion = " 7.8.5.2 .0"
3232}
3333
3434android {
Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66 s . name = 'gma_mediation_pangle'
7- s . version = '3.5.2 '
7+ s . version = '3.5.3 '
88 s . summary = 'Google Mobile Ads Mediation of Pangle.'
99 s . description = <<-DESC
1010 Mediation Adapter for Pangle to use with Google Mobile Ads.
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616 s . source_files = 'Classes/**/*'
1717 s . public_header_files = 'Classes/**/*.h'
1818 s . dependency 'Flutter'
19- s . dependency 'GoogleMobileAdsMediationPangle' , '~> 7.8.0 .6.0'
19+ s . dependency 'GoogleMobileAdsMediationPangle' , '~> 7.8.5 .6.0'
2020 s . platform = :ios , '13.0'
2121 s . static_framework = true
2222
Original file line number Diff line number Diff line change 11name : gma_mediation_pangle
22description : " Mediation Adapter that enables sending ad requests to the Pangle ad network using the google_mobile_ads plugin."
3- version : 3.5.2
3+ version : 3.5.3
44repository : https://github.com/googleads/googleads-mobile-flutter/tree/main/packages/mediation/gma_mediation_pangle
55
66environment :
You can’t perform that action at this time.
0 commit comments