diff --git a/Adapters/Vungle/ISVungleAdapter/ISVungleAdapter.h b/Adapters/Vungle/ISVungleAdapter/ISVungleAdapter.h index 7d55411..01cea88 100644 --- a/Adapters/Vungle/ISVungleAdapter/ISVungleAdapter.h +++ b/Adapters/Vungle/ISVungleAdapter/ISVungleAdapter.h @@ -8,7 +8,7 @@ #import #import "IronSource/ISBaseAdapter+Internal.h" -static NSString * const VungleAdapterVersion = @"4.3.31"; +static NSString * const VungleAdapterVersion = @"4.3.32"; static NSString * Githash = @""; //System Frameworks For Vungle Adapter diff --git a/Adapters/Vungle/Podfile b/Adapters/Vungle/Podfile index 47737c9..b410088 100644 --- a/Adapters/Vungle/Podfile +++ b/Adapters/Vungle/Podfile @@ -1,8 +1,7 @@ # Uncomment the next line to define a global platform for your project - platform :ios, '11.0' + platform :ios, '12.0' target 'ISVungleAdapter' do pod 'IronSourceSDK' , '7.7.0.0' - pod 'VungleAds','7.2.1' - + pod 'VungleAds','7.2.2' end