Skip to content

Commit f18bf54

Browse files
Bump to 2.4.0 (#1098)
* Bump to 2.4.0 * Change GAM Version
1 parent d44b4b1 commit f18bf54

File tree

10 files changed

+29
-29
lines changed

10 files changed

+29
-29
lines changed

EventHandlers/EventHandlers.xcodeproj/project.pbxproj

+12-12
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@
12341234
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO;
12351235
CODE_SIGN_IDENTITY = "";
12361236
CODE_SIGN_STYLE = Manual;
1237-
CURRENT_PROJECT_VERSION = 2.3.1;
1237+
CURRENT_PROJECT_VERSION = 2.4.0;
12381238
DEFINES_MODULE = YES;
12391239
DEVELOPMENT_TEAM = "";
12401240
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -1248,7 +1248,7 @@
12481248
"@executable_path/Frameworks",
12491249
"@loader_path/Frameworks",
12501250
);
1251-
MARKETING_VERSION = 2.3.1;
1251+
MARKETING_VERSION = 2.4.0;
12521252
MODULEMAP_FILE = "";
12531253
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileGAMEventHandlers;
12541254
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
@@ -1269,7 +1269,7 @@
12691269
CLANG_ENABLE_MODULES = YES;
12701270
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO;
12711271
CODE_SIGN_STYLE = Manual;
1272-
CURRENT_PROJECT_VERSION = 2.3.1;
1272+
CURRENT_PROJECT_VERSION = 2.4.0;
12731273
DEFINES_MODULE = YES;
12741274
DEVELOPMENT_TEAM = "";
12751275
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -1283,7 +1283,7 @@
12831283
"@executable_path/Frameworks",
12841284
"@loader_path/Frameworks",
12851285
);
1286-
MARKETING_VERSION = 2.3.1;
1286+
MARKETING_VERSION = 2.4.0;
12871287
MODULEMAP_FILE = "";
12881288
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileGAMEventHandlers;
12891289
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
@@ -1303,7 +1303,7 @@
13031303
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
13041304
CLANG_ENABLE_MODULES = YES;
13051305
CODE_SIGN_STYLE = Automatic;
1306-
CURRENT_PROJECT_VERSION = 2.3.1;
1306+
CURRENT_PROJECT_VERSION = 2.4.0;
13071307
DEFINES_MODULE = YES;
13081308
DEVELOPMENT_TEAM = "";
13091309
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -1318,7 +1318,7 @@
13181318
"@executable_path/Frameworks",
13191319
"@loader_path/Frameworks",
13201320
);
1321-
MARKETING_VERSION = 2.3.1;
1321+
MARKETING_VERSION = 2.4.0;
13221322
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileMAXAdapters;
13231323
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
13241324
SKIP_INSTALL = YES;
@@ -1338,7 +1338,7 @@
13381338
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
13391339
CLANG_ENABLE_MODULES = YES;
13401340
CODE_SIGN_STYLE = Automatic;
1341-
CURRENT_PROJECT_VERSION = 2.3.1;
1341+
CURRENT_PROJECT_VERSION = 2.4.0;
13421342
DEFINES_MODULE = YES;
13431343
DEVELOPMENT_TEAM = "";
13441344
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -1353,7 +1353,7 @@
13531353
"@executable_path/Frameworks",
13541354
"@loader_path/Frameworks",
13551355
);
1356-
MARKETING_VERSION = 2.3.1;
1356+
MARKETING_VERSION = 2.4.0;
13571357
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileMAXAdapters;
13581358
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
13591359
SKIP_INSTALL = YES;
@@ -1415,7 +1415,7 @@
14151415
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
14161416
CLANG_ENABLE_MODULES = YES;
14171417
CODE_SIGN_STYLE = Automatic;
1418-
CURRENT_PROJECT_VERSION = 2.3.1;
1418+
CURRENT_PROJECT_VERSION = 2.4.0;
14191419
DEFINES_MODULE = YES;
14201420
DYLIB_COMPATIBILITY_VERSION = 1;
14211421
DYLIB_CURRENT_VERSION = 1;
@@ -1429,7 +1429,7 @@
14291429
"@executable_path/Frameworks",
14301430
"@loader_path/Frameworks",
14311431
);
1432-
MARKETING_VERSION = 2.3.1;
1432+
MARKETING_VERSION = 2.4.0;
14331433
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileAdMobAdapters;
14341434
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
14351435
PROVISIONING_PROFILE_SPECIFIER = None;
@@ -1450,7 +1450,7 @@
14501450
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
14511451
CLANG_ENABLE_MODULES = YES;
14521452
CODE_SIGN_STYLE = Automatic;
1453-
CURRENT_PROJECT_VERSION = 2.3.1;
1453+
CURRENT_PROJECT_VERSION = 2.4.0;
14541454
DEFINES_MODULE = YES;
14551455
DYLIB_COMPATIBILITY_VERSION = 1;
14561456
DYLIB_CURRENT_VERSION = 1;
@@ -1464,7 +1464,7 @@
14641464
"@executable_path/Frameworks",
14651465
"@loader_path/Frameworks",
14661466
);
1467-
MARKETING_VERSION = 2.3.1;
1467+
MARKETING_VERSION = 2.4.0;
14681468
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileAdMobAdapters;
14691469
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
14701470
PROVISIONING_PROFILE_SPECIFIER = None;

EventHandlers/PrebidMobileAdMobAdapters/Sources/AdMobConstants.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ import Foundation
1818
@objcMembers
1919
public class AdMobConstants: NSObject {
2020
public static let PrebidAdMobEventExtrasLabel = "PrebidAdMobCustomEventExtras"
21-
public static let PrebidAdMobRewardedAdapterVersion = "2.3.1"
21+
public static let PrebidAdMobRewardedAdapterVersion = "2.4.0"
2222
}

EventHandlers/PrebidMobileMAXAdapters/Sources/MAXConstants.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ import Foundation
1717

1818
@objcMembers
1919
public class MAXConstants: NSObject {
20-
public static let PrebidMAXAdapterVersion = "2.3.1"
20+
public static let PrebidMAXAdapterVersion = "2.4.0"
2121
}

Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project 'Example/PrebidDemo/PrebidDemo.xcodeproj'
88
project 'tools/PrebidValidator/Dr.Prebid.xcodeproj'
99

1010
def gma_pods
11-
pod 'Google-Mobile-Ads-SDK'
11+
pod 'Google-Mobile-Ads-SDK', '<= 11.13.0'
1212
end
1313

1414
def applovin_pods

PrebidMobile.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "PrebidMobile"
4-
s.version = "2.3.1"
4+
s.version = "2.4.0"
55
s.summary = "PrebidMobile is a lightweight framework that integrates directly with Prebid Server."
66

77
s.description = <<-DESC

PrebidMobile.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -4681,7 +4681,7 @@
46814681
CODE_SIGN_IDENTITY = "";
46824682
CODE_SIGN_STYLE = Automatic;
46834683
CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)";
4684-
CURRENT_PROJECT_VERSION = 2.3.1;
4684+
CURRENT_PROJECT_VERSION = 2.4.0;
46854685
DEFINES_MODULE = YES;
46864686
DEVELOPMENT_TEAM = "";
46874687
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -4700,7 +4700,7 @@
47004700
"@executable_path/Frameworks",
47014701
"@loader_path/Frameworks",
47024702
);
4703-
MARKETING_VERSION = 2.3.1;
4703+
MARKETING_VERSION = 2.4.0;
47044704
MODULEMAP_FILE = PrebidMobile/BuildFiles/PrebidMobile.modulemap;
47054705
SKIP_INSTALL = YES;
47064706
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -4719,7 +4719,7 @@
47194719
CODE_SIGN_IDENTITY = "";
47204720
CODE_SIGN_STYLE = Automatic;
47214721
CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)";
4722-
CURRENT_PROJECT_VERSION = 2.3.1;
4722+
CURRENT_PROJECT_VERSION = 2.4.0;
47234723
DEFINES_MODULE = YES;
47244724
DEVELOPMENT_TEAM = "";
47254725
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -4738,7 +4738,7 @@
47384738
"@executable_path/Frameworks",
47394739
"@loader_path/Frameworks",
47404740
);
4741-
MARKETING_VERSION = 2.3.1;
4741+
MARKETING_VERSION = 2.4.0;
47424742
MODULEMAP_FILE = PrebidMobile/BuildFiles/PrebidMobile.modulemap;
47434743
SKIP_INSTALL = YES;
47444744
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";

PrebidMobile/Constants.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public class PrebidConstants: NSObject {
114114
"""
115115
}
116116

117-
public static let PREBID_VERSION = "2.3.1"
117+
public static let PREBID_VERSION = "2.4.0"
118118

119119
public static let SDK_NAME = "prebid-mobile-sdk"
120120
}

PrebidMobileAdMobAdapters.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "PrebidMobileAdMobAdapters"
4-
s.version = "2.3.1"
4+
s.version = "2.4.0"
55
s.summary = "The bridge between PrebidMobile SDK and GMA SDK."
66

77
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|
4040

4141
s.static_framework = true
4242

43-
s.dependency 'PrebidMobile', '2.3.1'
44-
s.dependency 'Google-Mobile-Ads-SDK'
43+
s.dependency 'PrebidMobile', '2.4.0'
44+
s.dependency 'Google-Mobile-Ads-SDK', '<= 11.13.0'
4545

4646
end

PrebidMobileGAMEventHandlers.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "PrebidMobileGAMEventHandlers"
4-
s.version = "2.3.1"
4+
s.version = "2.4.0"
55
s.summary = "The bridge between PrebidMobile SDK and GMA SDK."
66

77
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|
3939
s.source_files = 'EventHandlers/PrebidMobileGAMEventHandlers/**/*.{h,m,swift}'
4040
s.static_framework = true
4141

42-
s.dependency 'PrebidMobile', '2.3.1'
43-
s.dependency 'Google-Mobile-Ads-SDK'
42+
s.dependency 'PrebidMobile', '2.4.0'
43+
s.dependency 'Google-Mobile-Ads-SDK', '<= 11.13.0'
4444

4545
end

PrebidMobileMAXAdapters.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "PrebidMobileMAXAdapters"
4-
s.version = "2.3.1"
4+
s.version = "2.4.0"
55
s.summary = "The bridge between PrebidMobile SDK and Applovin MAX SDK."
66

77
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|
3939
s.source_files = 'EventHandlers/PrebidMobileMAXAdapters/**/*.{h,m,swift}'
4040
s.static_framework = true
4141

42-
s.dependency 'PrebidMobile', '2.3.1'
42+
s.dependency 'PrebidMobile', '2.4.0'
4343
s.dependency 'AppLovinSDK'
4444

4545
end

0 commit comments

Comments
 (0)