Skip to content

Commit

Permalink
updates after release 6.4.1 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
mobile-ads-github authored Mar 13, 2024
1 parent 7ffb74e commit f38ccbb
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion ThirdPartyMediationAdapterTemplate/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ android {
}

dependencies {
implementation("com.yandex.android:mobileads:6.4.0")
implementation("com.yandex.android:mobileads:6.4.1")
}
2 changes: 1 addition & 1 deletion YandexMobileAdsExample/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
6 changes: 6 additions & 0 deletions changelogs/adapter/admob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions changelogs/adapter/ironsource/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions changelogs/mobileads-mediation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions changelogs/mobileads/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f38ccbb

Please sign in to comment.