From f38ccbb76faf7930f1e5730a8efb85ded9a2221b Mon Sep 17 00:00:00 2001 From: mobile-ads-github <31896236+mobile-ads-github@users.noreply.github.com> Date: Wed, 13 Mar 2024 20:46:06 +0600 Subject: [PATCH] updates after release 6.4.1 (#257) --- README.md | 4 ++-- ThirdPartyMediationAdapterTemplate/app/build.gradle.kts | 2 +- YandexMobileAdsExample/app/build.gradle.kts | 2 +- changelogs/adapter/admob/CHANGELOG.md | 6 ++++++ changelogs/adapter/ironsource/CHANGELOG.md | 6 ++++++ changelogs/mobileads-mediation/CHANGELOG.md | 6 ++++++ changelogs/mobileads/CHANGELOG.md | 5 +++++ 7 files changed, 27 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b7e0bd3..6267d2c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ EULA is available at [EULA website] [LICENSE] ##### Add YandexMobileAds SDK: ```sh -implementation 'com.yandex.android:mobileads:6.4.0' +implementation 'com.yandex.android:mobileads:6.4.1' ``` ##### Or you can use our library with all available mediations: @@ -31,7 +31,7 @@ implementation 'com.yandex.android:mobileads:6.4.0' dependencies { ... - implementation 'com.yandex.android:mobileads-mediation:6.4.0.0' + implementation 'com.yandex.android:mobileads-mediation:6.4.1.0' } ``` diff --git a/ThirdPartyMediationAdapterTemplate/app/build.gradle.kts b/ThirdPartyMediationAdapterTemplate/app/build.gradle.kts index bd5de13..c1c689c 100644 --- a/ThirdPartyMediationAdapterTemplate/app/build.gradle.kts +++ b/ThirdPartyMediationAdapterTemplate/app/build.gradle.kts @@ -24,5 +24,5 @@ android { } dependencies { - implementation("com.yandex.android:mobileads:6.4.0") + implementation("com.yandex.android:mobileads:6.4.1") } diff --git a/YandexMobileAdsExample/app/build.gradle.kts b/YandexMobileAdsExample/app/build.gradle.kts index 624d6eb..f1e1245 100644 --- a/YandexMobileAdsExample/app/build.gradle.kts +++ b/YandexMobileAdsExample/app/build.gradle.kts @@ -56,7 +56,7 @@ android { dependencies { // Yandex Mobile Ads SDK with mediation adapters - implementation("com.yandex.android:mobileads-mediation:6.4.0.0") + implementation("com.yandex.android:mobileads-mediation:6.4.1.0") implementation("androidx.appcompat:appcompat:1.5.1") implementation("androidx.activity:activity-ktx:1.6.1") diff --git a/changelogs/adapter/admob/CHANGELOG.md b/changelogs/adapter/admob/CHANGELOG.md index 57cc141..ec2d62d 100644 --- a/changelogs/adapter/admob/CHANGELOG.md +++ b/changelogs/adapter/admob/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to Yandex Adapter for AdMob Mediation will be documented in this file. +## Version 6.4.1.0 + +#### Updated + +* Yandex Mobile Ads SDK 6.4.1 + ## Version 6.4.0.0 #### Updated diff --git a/changelogs/adapter/ironsource/CHANGELOG.md b/changelogs/adapter/ironsource/CHANGELOG.md index b54517c..48f91bd 100644 --- a/changelogs/adapter/ironsource/CHANGELOG.md +++ b/changelogs/adapter/ironsource/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to Yandex Adapter for IronSource Mediation will be documented in this file. +## Version 6.4.1.0 + +#### Updated + +* Yandex Mobile Ads SDK 6.4.1 + ## Version 6.4.0.0 #### Updated diff --git a/changelogs/mobileads-mediation/CHANGELOG.md b/changelogs/mobileads-mediation/CHANGELOG.md index 53e8361..5f9d748 100644 --- a/changelogs/mobileads-mediation/CHANGELOG.md +++ b/changelogs/mobileads-mediation/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to Yandex Full Mediation will be documented in this file. +## Version 6.4.1.0 + +#### Updated + +* Yandex Mobile Ads SDK 6.4.1 + ## Version 6.4.0.0 #### Updated diff --git a/changelogs/mobileads/CHANGELOG.md b/changelogs/mobileads/CHANGELOG.md index aab34d7..85f835e 100644 --- a/changelogs/mobileads/CHANGELOG.md +++ b/changelogs/mobileads/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to Yandex Mobile Ads SDK will be documented in this file. +## Version 6.4.1 + +### Fixed +* Fixed a possible crash during initialization process + ## Version 6.4.0 #### Added