diff --git a/EventHandlers/EventHandlers.xcodeproj/project.pbxproj b/EventHandlers/EventHandlers.xcodeproj/project.pbxproj index 14f7ec86a..43b7ead4c 100644 --- a/EventHandlers/EventHandlers.xcodeproj/project.pbxproj +++ b/EventHandlers/EventHandlers.xcodeproj/project.pbxproj @@ -1234,7 +1234,7 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 2.3.1; + CURRENT_PROJECT_VERSION = 2.4.0; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; @@ -1248,7 +1248,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 2.3.1; + MARKETING_VERSION = 2.4.0; MODULEMAP_FILE = ""; PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileGAMEventHandlers; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; @@ -1269,7 +1269,7 @@ CLANG_ENABLE_MODULES = YES; CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 2.3.1; + CURRENT_PROJECT_VERSION = 2.4.0; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; @@ -1283,7 +1283,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 2.3.1; + MARKETING_VERSION = 2.4.0; MODULEMAP_FILE = ""; PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileGAMEventHandlers; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; @@ -1303,7 +1303,7 @@ CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2.3.1; + CURRENT_PROJECT_VERSION = 2.4.0; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; @@ -1318,7 +1318,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 2.3.1; + MARKETING_VERSION = 2.4.0; PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileMAXAdapters; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -1338,7 +1338,7 @@ CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2.3.1; + CURRENT_PROJECT_VERSION = 2.4.0; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; @@ -1353,7 +1353,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 2.3.1; + MARKETING_VERSION = 2.4.0; PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileMAXAdapters; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -1415,7 +1415,7 @@ CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2.3.1; + CURRENT_PROJECT_VERSION = 2.4.0; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -1429,7 +1429,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 2.3.1; + MARKETING_VERSION = 2.4.0; PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileAdMobAdapters; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; PROVISIONING_PROFILE_SPECIFIER = None; @@ -1450,7 +1450,7 @@ CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2.3.1; + CURRENT_PROJECT_VERSION = 2.4.0; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -1464,7 +1464,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 2.3.1; + MARKETING_VERSION = 2.4.0; PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileAdMobAdapters; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; PROVISIONING_PROFILE_SPECIFIER = None; diff --git a/EventHandlers/PrebidMobileAdMobAdapters/Sources/AdMobConstants.swift b/EventHandlers/PrebidMobileAdMobAdapters/Sources/AdMobConstants.swift index 424d3131a..47c0e67c9 100644 --- a/EventHandlers/PrebidMobileAdMobAdapters/Sources/AdMobConstants.swift +++ b/EventHandlers/PrebidMobileAdMobAdapters/Sources/AdMobConstants.swift @@ -18,5 +18,5 @@ import Foundation @objcMembers public class AdMobConstants: NSObject { public static let PrebidAdMobEventExtrasLabel = "PrebidAdMobCustomEventExtras" - public static let PrebidAdMobRewardedAdapterVersion = "2.3.1" + public static let PrebidAdMobRewardedAdapterVersion = "2.4.0" } diff --git a/EventHandlers/PrebidMobileMAXAdapters/Sources/MAXConstants.swift b/EventHandlers/PrebidMobileMAXAdapters/Sources/MAXConstants.swift index eaa73a6ab..3d5976539 100644 --- a/EventHandlers/PrebidMobileMAXAdapters/Sources/MAXConstants.swift +++ b/EventHandlers/PrebidMobileMAXAdapters/Sources/MAXConstants.swift @@ -17,5 +17,5 @@ import Foundation @objcMembers public class MAXConstants: NSObject { - public static let PrebidMAXAdapterVersion = "2.3.1" + public static let PrebidMAXAdapterVersion = "2.4.0" } diff --git a/Podfile b/Podfile index 0a5e3f606..b2b50bfa4 100644 --- a/Podfile +++ b/Podfile @@ -8,7 +8,7 @@ project 'Example/PrebidDemo/PrebidDemo.xcodeproj' project 'tools/PrebidValidator/Dr.Prebid.xcodeproj' def gma_pods - pod 'Google-Mobile-Ads-SDK' + pod 'Google-Mobile-Ads-SDK', '<= 11.13.0' end def applovin_pods diff --git a/PrebidMobile.podspec b/PrebidMobile.podspec index ede23acc5..f5e43696c 100644 --- a/PrebidMobile.podspec +++ b/PrebidMobile.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "PrebidMobile" - s.version = "2.3.1" + s.version = "2.4.0" s.summary = "PrebidMobile is a lightweight framework that integrates directly with Prebid Server." s.description = <<-DESC diff --git a/PrebidMobile.xcodeproj/project.pbxproj b/PrebidMobile.xcodeproj/project.pbxproj index 58bddbe05..be2735690 100644 --- a/PrebidMobile.xcodeproj/project.pbxproj +++ b/PrebidMobile.xcodeproj/project.pbxproj @@ -4681,7 +4681,7 @@ CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; - CURRENT_PROJECT_VERSION = 2.3.1; + CURRENT_PROJECT_VERSION = 2.4.0; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; @@ -4700,7 +4700,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 2.3.1; + MARKETING_VERSION = 2.4.0; MODULEMAP_FILE = PrebidMobile/BuildFiles/PrebidMobile.modulemap; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -4719,7 +4719,7 @@ CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; - CURRENT_PROJECT_VERSION = 2.3.1; + CURRENT_PROJECT_VERSION = 2.4.0; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; @@ -4738,7 +4738,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 2.3.1; + MARKETING_VERSION = 2.4.0; MODULEMAP_FILE = PrebidMobile/BuildFiles/PrebidMobile.modulemap; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; diff --git a/PrebidMobile/Constants.swift b/PrebidMobile/Constants.swift index 5f3c788d7..69bc8f093 100644 --- a/PrebidMobile/Constants.swift +++ b/PrebidMobile/Constants.swift @@ -114,7 +114,7 @@ public class PrebidConstants: NSObject { """ } - public static let PREBID_VERSION = "2.3.1" + public static let PREBID_VERSION = "2.4.0" public static let SDK_NAME = "prebid-mobile-sdk" } diff --git a/PrebidMobileAdMobAdapters.podspec b/PrebidMobileAdMobAdapters.podspec index 1816b5283..ff0fe3839 100644 --- a/PrebidMobileAdMobAdapters.podspec +++ b/PrebidMobileAdMobAdapters.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "PrebidMobileAdMobAdapters" - s.version = "2.3.1" + s.version = "2.4.0" s.summary = "The bridge between PrebidMobile SDK and GMA SDK." s.description = "AdMob Adatpers manages rendering of Prebid ads in the case of integration with AdMob as a Primary Ad Server." @@ -40,7 +40,7 @@ Pod::Spec.new do |s| s.static_framework = true - s.dependency 'PrebidMobile', '2.3.1' - s.dependency 'Google-Mobile-Ads-SDK' + s.dependency 'PrebidMobile', '2.4.0' + s.dependency 'Google-Mobile-Ads-SDK', '<= 11.13.0' end diff --git a/PrebidMobileGAMEventHandlers.podspec b/PrebidMobileGAMEventHandlers.podspec index fc3f96a0a..32305329b 100644 --- a/PrebidMobileGAMEventHandlers.podspec +++ b/PrebidMobileGAMEventHandlers.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "PrebidMobileGAMEventHandlers" - s.version = "2.3.1" + s.version = "2.4.0" s.summary = "The bridge between PrebidMobile SDK and GMA SDK." s.description = "GAM Event Handlers manages rendering of Prebid or GAM ads respectively to the winning bid." @@ -39,7 +39,7 @@ Pod::Spec.new do |s| s.source_files = 'EventHandlers/PrebidMobileGAMEventHandlers/**/*.{h,m,swift}' s.static_framework = true - s.dependency 'PrebidMobile', '2.3.1' - s.dependency 'Google-Mobile-Ads-SDK' + s.dependency 'PrebidMobile', '2.4.0' + s.dependency 'Google-Mobile-Ads-SDK', '<= 11.13.0' end diff --git a/PrebidMobileMAXAdapters.podspec b/PrebidMobileMAXAdapters.podspec index b1c168002..43ad909fa 100644 --- a/PrebidMobileMAXAdapters.podspec +++ b/PrebidMobileMAXAdapters.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "PrebidMobileMAXAdapters" - s.version = "2.3.1" + s.version = "2.4.0" s.summary = "The bridge between PrebidMobile SDK and Applovin MAX SDK." s.description = "MAX Adapters manages rendering of Prebid or MAX ads respectively to the winning bid." @@ -39,7 +39,7 @@ Pod::Spec.new do |s| s.source_files = 'EventHandlers/PrebidMobileMAXAdapters/**/*.{h,m,swift}' s.static_framework = true - s.dependency 'PrebidMobile', '2.3.1' + s.dependency 'PrebidMobile', '2.4.0' s.dependency 'AppLovinSDK' end