Skip to content

Commit

Permalink
Release 7.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mobile-ads-github committed Nov 19, 2024
1 parent f830186 commit ddbd79d
Show file tree
Hide file tree
Showing 23 changed files with 111 additions and 6 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:7.6.0'
implementation 'com.yandex.android:mobileads:7.7.0'
```

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

dependencies {
...
implementation 'com.yandex.android:mobileads-mediation:7.6.0.0'
implementation 'com.yandex.android:mobileads-mediation:7.7.0.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:7.6.0")
implementation("com.yandex.android:mobileads:7.7.0")
}
2 changes: 1 addition & 1 deletion YandexMobileAdsExample/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ android {

dependencies {
// Yandex Mobile Ads SDK with mediation adapters
implementation("com.yandex.android:mobileads-mediation:7.6.0.0")
implementation("com.yandex.android:mobileads-mediation:7.7.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 @@ -64,7 +64,7 @@ internal class InlineBannerLoadTest(
InlineBannerScreen.NetworkItem.UnityAds::class.java,
InlineBannerScreen.NetworkItem.StartApp::class.java,
// InlineBannerScreen.NetworkItem.Mintegral::class.java,
InlineBannerScreen.NetworkItem.InMobi::class.java,
// InlineBannerScreen.NetworkItem.InMobi::class.java,
InlineBannerScreen.NetworkItem.Chartboost::class.java,
InlineBannerScreen.NetworkItem.AppLovin::class.java,
InlineBannerScreen.NetworkItem.AdMob::class.java,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ internal class StickyBannerLoadTest(
StickyBannerScreen.NetworkItem.StartApp::class.java,
StickyBannerScreen.NetworkItem.MyTarget::class.java,
// StickyBannerScreen.NetworkItem.Mintegral::class.java,
StickyBannerScreen.NetworkItem.InMobi::class.java,
// StickyBannerScreen.NetworkItem.InMobi::class.java,
StickyBannerScreen.NetworkItem.Chartboost::class.java,
StickyBannerScreen.NetworkItem.AppLovin::class.java,
StickyBannerScreen.NetworkItem.AdMob::class.java,
Expand Down
5 changes: 5 additions & 0 deletions changelogs/adapter/admob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## Version 7.7.0.0

#### Updated
* Yandex Mobile Ads SDK version 7.7.0

## Version 7.6.0.0

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

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

## Version 7.7.0.0

#### Updated
* Yandex Mobile Ads SDK version 7.7.0

## Version 7.6.0.0

#### 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 12.6.0.4

#### Updated
* Yandex Mobile Ads SDK version 7.7.0

## Version 12.6.0.3

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

## Version 2.7.6.473.4

#### Updated
* Yandex Mobile Ads SDK version 7.7.0

## Version 2.7.6.473.3

#### 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 5.0.1.1

#### Updated
* Yandex Mobile Ads SDK version 7.7.0

## Version 5.0.1.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.12

#### Updated
* Yandex Mobile Ads SDK version 7.7.0

## Version 9.3.1.11

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

## Version 23.4.0.1

#### Updated
* Yandex Mobile Ads SDK version 7.7.0

## Version 23.4.0.0

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

## Version 10.7.8.1

#### Updated
* Yandex Mobile Ads SDK version 7.7.0

## Version 10.7.8.0

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

## Version 8.4.0.1

#### Updated
* Yandex Mobile Ads SDK version 7.7.0

## Version 8.4.0.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.8.61.1

#### Updated
* Yandex Mobile Ads SDK version 7.7.0

## Version 16.8.61.0

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

## Version 5.22.1.3

#### Updated
* Yandex Mobile Ads SDK version 7.7.0

## Version 5.22.1.2

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

## Version 6.2.0.7.1

#### Updated
* Yandex Mobile Ads SDK version 7.7.0

## Version 6.2.0.7.0

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

## Version 5.0.2.4

#### Updated
* Yandex Mobile Ads SDK version 7.7.0

## Version 5.0.2.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.4.1.7

#### Updated
* Yandex Mobile Ads SDK version 7.7.0

## Version 13.4.1.6

#### 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.12.3.1

#### Updated
* Yandex Mobile Ads SDK version 7.7.0

## Version 4.12.3.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 7.4.1.1

#### Updated
* Yandex Mobile Ads SDK version 7.7.0

## Version 7.4.1.0

#### 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 7.7.0.0

#### Updated

* Yandex Mobile Ads SDK 7.7.0
* Applovin Adapter version 12.6.0.4
* Appnext Adapter version 2.7.6.473.4
* Bigoads Adapter version 5.0.1.1
* Chartboost Adapter version 9.3.1.12
* Google Adapter version 23.4.0.1
* Inmobi Adapter version 10.7.8.1
* Ironsource Adapter version 8.4.0.1
* Mintegral Adapter version 16.8.61.1
* Mytarget Adapter version 5.22.1.3
* Pangle Adapter version 6.2.0.7.1
* Startapp Adapter version 5.0.2.4
* Tapjoy Adapter version 13.4.1.7
* Unityads Adapter version 4.12.3.1
* Vungle Adapter version 7.4.1.1

## Version 7.6.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
@@ -1,6 +1,11 @@
# Change Log
All notable changes to Yandex Mobile Ads SDK will be documented in this file.

## Version 7.7.0

#### Updated
* AppMetrica SDK version 7.3.0

## Version 7.6.0

### Fixed
Expand Down

0 comments on commit ddbd79d

Please sign in to comment.