Skip to content

Commit 8e517a8

Browse files
Merge pull request #310 from yandexmobile/release-7.17.1
Release 7.17.1
2 parents e0e14c5 + ce0dfa9 commit 8e517a8

File tree

5 files changed

+23
-17
lines changed

5 files changed

+23
-17
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.17.0;
287+
CURRENT_PROJECT_VERSION = 7.17.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.17.0;
308+
MARKETING_VERSION = 7.17.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.17.0;
352+
CURRENT_PROJECT_VERSION = 7.17.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.17.0;
367+
MARKETING_VERSION = 7.17.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
@@ -1195,7 +1195,7 @@
11951195
CLANG_WARN_UNREACHABLE_CODE = YES;
11961196
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
11971197
COPY_PHASE_STRIP = NO;
1198-
CURRENT_PROJECT_VERSION = 7.17.0;
1198+
CURRENT_PROJECT_VERSION = 7.17.1;
11991199
DEBUG_INFORMATION_FORMAT = dwarf;
12001200
ENABLE_STRICT_OBJC_MSGSEND = YES;
12011201
ENABLE_TESTABILITY = YES;
@@ -1214,7 +1214,7 @@
12141214
GCC_WARN_UNUSED_FUNCTION = YES;
12151215
GCC_WARN_UNUSED_VARIABLE = YES;
12161216
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
1217-
MARKETING_VERSION = 7.17.0;
1217+
MARKETING_VERSION = 7.17.1;
12181218
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
12191219
MTL_FAST_MATH = YES;
12201220
ONLY_ACTIVE_ARCH = YES;
@@ -1258,7 +1258,7 @@
12581258
CLANG_WARN_UNREACHABLE_CODE = YES;
12591259
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
12601260
COPY_PHASE_STRIP = NO;
1261-
CURRENT_PROJECT_VERSION = 7.17.0;
1261+
CURRENT_PROJECT_VERSION = 7.17.1;
12621262
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
12631263
ENABLE_NS_ASSERTIONS = NO;
12641264
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1271,7 +1271,7 @@
12711271
GCC_WARN_UNUSED_FUNCTION = YES;
12721272
GCC_WARN_UNUSED_VARIABLE = YES;
12731273
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
1274-
MARKETING_VERSION = 7.17.0;
1274+
MARKETING_VERSION = 7.17.1;
12751275
MTL_ENABLE_DEBUG_INFO = NO;
12761276
MTL_FAST_MATH = YES;
12771277
SDKROOT = iphoneos;

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ let package = Package(
121121
),
122122
.binaryTarget(
123123
name: "YandexMobileAds",
124-
url: "https://ads-mobile-sdk.s3.yandex.net/Yandex/YandexMobileAds/7.17.0/spm/a72eb994-d2dc-4501-9c4a-d5d277609c85.zip",
125-
checksum: "48788aa7ed021cd0416fedc6b3159c210e4281273b4832750247c76ea52c2de5"
124+
url: "https://ads-mobile-sdk.s3.yandex.net/Yandex/YandexMobileAds/7.17.1/spm/5177c6a0-8b16-4da1-8d24-8cb968316b04.zip",
125+
checksum: "f71f60586a3fcc513bc89fd8b09457da033eeb78782dc33af923118d3bcb4886"
126126
),
127127
.binaryTarget(
128128
name: "YandexMobileAdsInstream",
129-
url: "https://ads-mobile-sdk.s3.yandex.net/Yandex/YandexMobileAdsInstream/0.60.0/spm/f4b5295d-b79c-4beb-af3d-e8b9b49f0060.zip",
130-
checksum: "e933c560f562be151a40b36d195e1de5dbfa8388a123ba5b57956b448e1a4dbb"
129+
url: "https://ads-mobile-sdk.s3.yandex.net/Yandex/YandexMobileAdsInstream/0.61.0/spm/10ff9698-3b6b-4c29-b4ab-66cdfcb5a0b2.zip",
130+
checksum: "dd133334b9569fc876eea05884e178dc0d355189a88f2b4c86961dcc27e1febd"
131131
),
132132
.binaryTarget(
133133
name: "GoogleYandexMobileAdsAdapters",
@@ -156,8 +156,8 @@ let package = Package(
156156
),
157157
.binaryTarget(
158158
name: "YandexMobileAdsMediation",
159-
url: "https://ads-mobile-sdk.s3.yandex.net/Yandex/YandexMobileAdsMediation/7.17.0/spm/34a63d65-f988-420f-85d1-9deb73120c17.zip",
160-
checksum: "5a7249c7bf5214f5d301a3746261f1ad822a76494a0fd9a732f2b81c58ef32c3"
159+
url: "https://ads-mobile-sdk.s3.yandex.net/Yandex/YandexMobileAdsMediation/7.17.1/spm/37902986-5627-4332-a314-41ad4247dfc5.zip",
160+
checksum: "b82c266c7656446bb43de9d11ef4677da738e81e575786e135b082fe61c0848d"
161161
)
162162
]
163163
)

changelog/mobileads/CHANGELOG.md

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

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

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

713
### Added
@@ -20,8 +26,8 @@ All notable changes to this project will be documented in this file.
2026

2127
### Deprecated
2228

23-
- `BidderTokenRequestConfiguration(adType:)` is deprecated. Use factory methods instead: `banner(size:)`, `interstitial()`, `rewarded()`, `native()` or `appOpenAd()`.
2429
- Remove AppMetricaCrashes dependency.
30+
- `BidderTokenRequestConfiguration(adType:)` is deprecated. Use factory methods instead: `banner(size:)`, `interstitial()`, `rewarded()`, `native()` or `appOpenAd()`.
2531

2632
## Version 7.16.2
2733

0 commit comments

Comments
 (0)