Skip to content

Commit

Permalink
release 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mobile-ads-github committed Nov 22, 2023
1 parent b65ed1a commit 3e23869
Show file tree
Hide file tree
Showing 22 changed files with 127 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.1.0'
implementation 'com.yandex.android:mobileads:6.2.0'
```

##### Or you can use our library with all available mediations:
Expand All @@ -31,7 +31,7 @@ implementation 'com.yandex.android:mobileads:6.1.0'

dependencies {
...
implementation 'com.yandex.android:mobileads-mediation:6.1.0.0'
implementation 'com.yandex.android:mobileads-mediation:6.2.0.0'
}
```

Expand Down
3 changes: 1 addition & 2 deletions YandexMobileAdsExample/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ android {

dependencies {
// Yandex Mobile Ads SDK with mediation adapters
// implementation("com.yandex.android:mobileads-mediation:6.0.1.0")
implementation("com.yandex.android:mobileads:6.0.1")
implementation("com.yandex.android:mobileads-mediation:6.2.0.0")

implementation("androidx.appcompat:appcompat:1.5.1")
implementation("androidx.activity:activity-ktx:1.6.1")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ class InlineBannerAdActivity : AppCompatActivity(R.layout.activity_inline_banner
Network(R.drawable.ic_applovin_icon_24, R.string.applovin_title, "demo-banner-applovin"),
Network(R.drawable.ic_chartboost_icon, R.string.chartboost_title, "demo-banner-chartboost"),
Network(R.drawable.ic_inmobi_icon, R.string.inmobi_title, "demo-banner-inmobi"),
Network(R.drawable.ic_ironsource_icon_24, R.string.ironsource_title, "demo-banner-ironsource"),
Network(R.drawable.ic_mintegral_logo, R.string.mintegral_title, "demo-banner-mintegral"),
Network(R.drawable.ic_mytarget_icon_24, R.string.my_target_title, "demo-banner-mytarget-mrec"),
Network(R.drawable.ic_startapp_icon_24, R.string.startapp_title, "demo-banner-startapp"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ class StickyBannerAdActivity : AppCompatActivity(R.layout.activity_sticky_banner
Network(R.drawable.ic_applovin_icon_24, R.string.applovin_title, "demo-banner-applovin"),
Network(R.drawable.ic_chartboost_icon, R.string.chartboost_title, "demo-banner-chartboost"),
Network(R.drawable.ic_inmobi_icon, R.string.inmobi_title, "demo-banner-inmobi"),
Network(R.drawable.ic_ironsource_icon_24, R.string.ironsource_title, "demo-banner-ironsource"),
Network(R.drawable.ic_mintegral_logo, R.string.mintegral_title, "demo-banner-mintegral"),
Network(R.drawable.ic_mytarget_icon_24, R.string.my_target_title, "demo-banner-mytarget"),
Network(R.drawable.ic_startapp_icon_24, R.string.startapp_title, "demo-banner-startapp"),
Expand Down
7 changes: 7 additions & 0 deletions changelogs/adapter/admob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to Yandex Adapter for AdMob Mediation will be documented in this file.

## Version 6.2.0.0

#### Updated

* Yandex Mobile Ads SDK 6.2.0
* Added support for AdMob sdk version 22.5.0

## Version 6.1.0.0

#### Updated
Expand Down
7 changes: 7 additions & 0 deletions changelogs/adapter/ironsource/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to Yandex Adapter for IronSource Mediation will be documented in this file.

## Version 6.2.0.0

#### Updated

* Yandex Mobile Ads SDK 6.2.0
* Supported IronSource SDK version 7.5.2

## Version 6.1.0.0

#### Updated
Expand Down
5 changes: 5 additions & 0 deletions changelogs/mediation/adcolony/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to AdColony Adapter for Yandex Mobile Ads Mediation will be documented in this file.

## Version 4.8.0.8

#### Updated
* Yandex Mobile Ads SDK 6.2.0

## Version 4.8.0.7

#### Updated
Expand Down
5 changes: 5 additions & 0 deletions changelogs/mediation/applovin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to AppLovin Adapter for Yandex Mobile Ads Mediation will be documented in this file.

## Version 11.11.3.1

#### Updated
* Yandex Mobile Ads SDK 6.2.0

## Version 11.11.3.0

#### Updated
Expand Down
5 changes: 5 additions & 0 deletions changelogs/mediation/bigoads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to Bigo Ads Adapter for Yandex Mobile Ads Mediation will be documented in this file.

## Version 4.1.2.1

#### Updated
* Yandex Mobile Ads SDK 6.2.0

## Version 4.1.2.0

#### Updated
Expand Down
5 changes: 5 additions & 0 deletions changelogs/mediation/chartboost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to ChartBoost Adapter for Yandex Mobile Ads Mediation will be documented in this file.

## Version 9.3.1.2

#### Updated
* Yandex Mobile Ads SDK 6.2.0

## Version 9.3.1.1

#### Updated
Expand Down
6 changes: 6 additions & 0 deletions changelogs/mediation/google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to AdMob Adapter for Yandex Mobile Ads Mediation will be documented in this file.

## Version 22.5.0.0

#### Updated
* Yandex Mobile Ads SDK 6.2.0
* Google Mobile Ads SDK version 22.5.0

## Version 22.4.0.0

#### Updated
Expand Down
6 changes: 6 additions & 0 deletions changelogs/mediation/inmobi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to InMobi Adapter for Yandex Mobile Ads Mediation will be documented in this file.

## Version 10.6.1.0

#### Updated
* Yandex Mobile Ads SDK 6.2.0
* Added support for InMobi SDK version 10.6.1

## Version 10.5.9.0

#### Updated
Expand Down
6 changes: 6 additions & 0 deletions changelogs/mediation/ironsource/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to IronSource Adapter for Yandex Mobile Ads Mediation will be documented in this file.

## Version 7.5.2.0

#### Updated
* Yandex Mobile Ads SDK 6.2.0
* Added support for IronSource SDK version 7.5.2

## Version 7.5.1.0

#### Updated
Expand Down
5 changes: 5 additions & 0 deletions changelogs/mediation/mintegral/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to Yandex Adapter for Mintegral Mediation will be documented in this file.

## Version 16.5.21.1

#### Updated
* Yandex Mobile Ads SDK 6.2.0

## Version 16.5.21.0

#### Updated
Expand Down
6 changes: 6 additions & 0 deletions changelogs/mediation/mytarget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to MyTarget Adapter for Yandex Mobile Ads Mediation will be documented in this file.

## Version 5.19.0.0

#### Updated
* Yandex Mobile Ads SDK 6.2.0
* MyTarget SDK version 5.19.0

## Version 5.18.0.1

#### Updated
Expand Down
6 changes: 6 additions & 0 deletions changelogs/mediation/pangle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to Pangle Adapter for Yandex Mobile Ads Mediation will be documented in this file.

## Version 5.5.0.9.0

#### Updated
* Yandex Mobile Ads SDK 6.2.0
* Pangle SDK version 5.5.0.9

## Version 5.5.0.3.1

#### Updated
Expand Down
6 changes: 6 additions & 0 deletions changelogs/mediation/startapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to StartApp Adapter for Yandex Mobile Ads Mediation will be documented in this file.

## Version 4.11.2.0

#### Updated
* Yandex Mobile Ads SDK 6.2.0
* StartApp SDK version 4.11.2

## Version 4.11.0.3

#### Updated
Expand Down
5 changes: 5 additions & 0 deletions changelogs/mediation/tapjoy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to TapJoy Adapter for Yandex Mobile Ads Mediation will be documented in this file.

## Version 13.2.1.1

#### Updated
* Yandex Mobile Ads SDK 6.2.0

## Version 13.2.1.0

#### Updated
Expand Down
5 changes: 5 additions & 0 deletions changelogs/mediation/unityads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to UnityAds Adapter for Yandex Mobile Ads Mediation will be documented in this file.

## Version 4.9.0.1

#### Updated
* Yandex Mobile Ads SDK 6.2.0

## Version 4.9.0.0

#### Updated
Expand Down
5 changes: 5 additions & 0 deletions changelogs/mediation/vungle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to Vungle Adapter for Yandex Mobile Ads Mediation will be documented in this file.

## Version 6.12.1.5

#### Updated
* Yandex Mobile Ads SDK 6.2.0

## Version 6.12.1.4

#### Updated
Expand Down
20 changes: 20 additions & 0 deletions changelogs/mobileads-mediation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to Yandex Full Mediation will be documented in this file.

## Version 6.2.0.0

#### Updated

* Yandex Mobile Ads SDK 6.2.0
* Adcolony Adapter version 4.8.0.8
* Applovin Adapter version 11.11.3.1
* Bigoads Adapter version 4.1.2.1
* ChartBoost Adapter version 9.3.1.2
* Google Adapter version 22.5.0.0
* InMobi Adapter version 10.6.1.0
* IronSource Adapter version 7.5.2.0
* Mintegral Adapter version 16.5.21.1
* Mytarget Adapter version 5.19.0.0
* Pangle Adapter version 5.5.0.9.0
* StartApp Adapter version 4.11.2.0
* Tapjoy Adapter version 13.2.1.1
* UnityAds Adapter version 4.9.0.1
* Vungle Adapter version 6.12.1.5

## Version 6.1.0.0

#### Updated
Expand Down
12 changes: 12 additions & 0 deletions changelogs/mobileads/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to Yandex Mobile Ads SDK will be documented in this file.

## Version 6.2.0

#### Added
* Additional parameters for Open Bidding token generator

#### Updated
* AppMetrica SDK version updated to 6.0.0
* DivKit SDK version updated to 28.9.0

#### Fixed
* Fix callback for multi ads design

## Version 6.1.0

#### Added
Expand Down

0 comments on commit 3e23869

Please sign in to comment.