Skip to content

Commit b0d76de

Browse files
Release 7.18.1
1 parent ced5b1d commit b0d76de

File tree

4 files changed

+21
-15
lines changed

4 files changed

+21
-15
lines changed

Examples/ThirdPartyMediationAdapterTemplate/ThirdPartyMediationAdapterTemplate.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
CLANG_WARN_UNREACHABLE_CODE = YES;
285285
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
286286
COPY_PHASE_STRIP = NO;
287-
CURRENT_PROJECT_VERSION = 7.18.0;
287+
CURRENT_PROJECT_VERSION = 7.18.1;
288288
DEBUG_INFORMATION_FORMAT = dwarf;
289289
ENABLE_STRICT_OBJC_MSGSEND = YES;
290290
ENABLE_TESTABILITY = YES;
@@ -305,7 +305,7 @@
305305
GCC_WARN_UNUSED_VARIABLE = YES;
306306
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
307307
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
308-
MARKETING_VERSION = 7.18.0;
308+
MARKETING_VERSION = 7.18.1;
309309
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
310310
MTL_FAST_MATH = YES;
311311
ONLY_ACTIVE_ARCH = YES;
@@ -349,7 +349,7 @@
349349
CLANG_WARN_UNREACHABLE_CODE = YES;
350350
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
351351
COPY_PHASE_STRIP = NO;
352-
CURRENT_PROJECT_VERSION = 7.18.0;
352+
CURRENT_PROJECT_VERSION = 7.18.1;
353353
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
354354
ENABLE_NS_ASSERTIONS = NO;
355355
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -364,7 +364,7 @@
364364
GCC_WARN_UNUSED_VARIABLE = YES;
365365
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
366366
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
367-
MARKETING_VERSION = 7.18.0;
367+
MARKETING_VERSION = 7.18.1;
368368
MTL_ENABLE_DEBUG_INFO = NO;
369369
MTL_FAST_MATH = YES;
370370
SDKROOT = iphoneos;

Examples/YandexMobileAdsExample/YandexMobileAdsExample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@
11751175
CLANG_WARN_UNREACHABLE_CODE = YES;
11761176
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
11771177
COPY_PHASE_STRIP = NO;
1178-
CURRENT_PROJECT_VERSION = 7.18.0;
1178+
CURRENT_PROJECT_VERSION = 7.18.1;
11791179
DEBUG_INFORMATION_FORMAT = dwarf;
11801180
ENABLE_STRICT_OBJC_MSGSEND = YES;
11811181
ENABLE_TESTABILITY = YES;
@@ -1194,7 +1194,7 @@
11941194
GCC_WARN_UNUSED_FUNCTION = YES;
11951195
GCC_WARN_UNUSED_VARIABLE = YES;
11961196
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
1197-
MARKETING_VERSION = 7.18.0;
1197+
MARKETING_VERSION = 7.18.1;
11981198
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
11991199
MTL_FAST_MATH = YES;
12001200
ONLY_ACTIVE_ARCH = YES;
@@ -1238,7 +1238,7 @@
12381238
CLANG_WARN_UNREACHABLE_CODE = YES;
12391239
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
12401240
COPY_PHASE_STRIP = NO;
1241-
CURRENT_PROJECT_VERSION = 7.18.0;
1241+
CURRENT_PROJECT_VERSION = 7.18.1;
12421242
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
12431243
ENABLE_NS_ASSERTIONS = NO;
12441244
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1251,7 +1251,7 @@
12511251
GCC_WARN_UNUSED_FUNCTION = YES;
12521252
GCC_WARN_UNUSED_VARIABLE = YES;
12531253
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
1254-
MARKETING_VERSION = 7.18.0;
1254+
MARKETING_VERSION = 7.18.1;
12551255
MTL_ENABLE_DEBUG_INFO = NO;
12561256
MTL_FAST_MATH = YES;
12571257
SDKROOT = iphoneos;

Package.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ let package = Package(
122122
),
123123
.binaryTarget(
124124
name: "YandexMobileAds",
125-
url: "https://ads-mobile-sdk.s3.yandex.net/Yandex/YandexMobileAds/7.18.0/spm/5cf81abe-34ab-4cc2-956d-80e7630a0c0c.zip",
126-
checksum: "56c79a77ad45c4ef706570e2ddfb400bb66303dfd0c8fbb73fa0e55e982c0a16"
125+
url: "https://ads-mobile-sdk.s3.yandex.net/Yandex/YandexMobileAds/7.18.1/spm/d0b9d984-ec43-4514-90a0-4f5eba537f1d.zip",
126+
checksum: "a5f84d1091b18a20911efa1fef5a8b808c340659d1eeee3f96c1e04bde8c68b7"
127127
),
128128
.binaryTarget(
129129
name: "YandexMobileAdsInstream",
130-
url: "https://ads-mobile-sdk.s3.yandex.net/Yandex/YandexMobileAdsInstream/0.62.0/spm/95776978-884a-4a60-a691-bf9984db792f.zip",
131-
checksum: "7f0d5b6c6c4ac21cd76b7f2605c3976efb9db352cddb823e1a5889737b2f12cd"
130+
url: "https://ads-mobile-sdk.s3.yandex.net/Yandex/YandexMobileAdsInstream/0.63.0/spm/a6552e65-46e9-4888-b87a-6f22e4f82099.zip",
131+
checksum: "f1ff20a38d2e17f50ff8d77954f84d8f9b8cad373fffd57e2f988d4d07376ae5"
132132
),
133133
.binaryTarget(
134134
name: "GoogleYandexMobileAdsAdapters",
@@ -157,8 +157,8 @@ let package = Package(
157157
),
158158
.binaryTarget(
159159
name: "YandexMobileAdsMediation",
160-
url: "https://ads-mobile-sdk.s3.yandex.net/Yandex/YandexMobileAdsMediation/7.18.0/spm/07983fb2-c9c2-44f8-8325-b32b66297234.zip",
161-
checksum: "dc3040d3bdefba466541f7e0ed676ad55d323082297c7d1e4977e3eb73da450f"
160+
url: "https://ads-mobile-sdk.s3.yandex.net/Yandex/YandexMobileAdsMediation/7.18.1/spm/64e3fde2-6f01-4e73-b275-ba99db748f06.zip",
161+
checksum: "2ac8c01c7217ae8adda6ce3c537df764384f0f31bee50c89bc45fef708313617"
162162
)
163163
]
164164
)

changelog/mobileads/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## Version 7.18.1
6+
7+
### Added
8+
9+
- Added improvements and fixes
10+
511
## Version 7.18.0
612

713
### Added
814

9-
- Added dependency `AppMetricaIDSync` with version `5.14.0`
1015
- Added SliderAd API
16+
- Added dependency `AppMetricaIDSync` with version `5.14.0`
1117

1218
### Deprecated
1319

0 commit comments

Comments
 (0)