Changelog
SDK
2024
Version 7.7.0 (November 19, 2024)
Changes:
- The recommended AppMetrica version is 7.3.0.
Version 7.6.0 (October 17, 2024)
Changes:
- Fixed ANR when using
media3
AdsLoader. - Improved stability for various devices.
Version 7.5.0 (September 19, 2024)
Changes:
- The recommended DivKit version is 30.14.0.
- The recommended AppMetrica version is 7.2.0.
- Added the Media3 library support for InStream advertising.
Version 7.4.0 (August 23, 2024)
Changes:
- Improved stability for various devices.
Version 7.3.0 (August 3, 2024)
Changes:
- The recommended DivKit version is 30.5.0.
Version 7.2.0 (July 4, 2024)
Changes:
- Improved stability for various devices.
- Fixed memory leak in fullscreen ads.
- Added keep rules for AGP resources shrinker.
Version 7.1.0 (June 5, 2024)
Changes:
- The recommended DivKit version is 30.2.0.
- Fixed an issue with implicit WebView initialization during ad loading that could cause ANR.
Version 7.0.1 (April 19, 2024)
Changes:
- Fixed build errors related to R8 and Debug Panel that occurred during compilation.
- Improved stability for various devices.
Version 7.0.0 (April 4, 2024)
Additions:
- Added a new ad format: Ad feed. This is a unit of scrollable ads that can be integrated as the main content of your app or added after your existing app content. A feed may contain dozens of ads.
- Added a Debug Panel. This is a set of integration testing tools designed to speed up the integration of Yandex Mediation and ad launch.
- AdPod is now supported.
- Added automatic preloading for interstitial ads.
- Added EndCard support for video ads.
Breaking changes:
- Minimal version: Android API level 21.
- Removed the
BidderTokenLoader.loadBidderToken(Context, BidderTokenLoadListener)
method. Use theBidderTokenLoader.loadBidderToken(Context, BidderTokenRequestConfiguration, BidderTokenLoadListener)
method instead. - Use methods rather than properties in the
Rating
interface from Kotlin. - Redefine properties rather than methods in
VideoPlayer
implementations from Kotlin. - Use a property rather than a method when fetching the MobileAds version from Kotlin.
- To learn more, see the guide for migrating to version 7.
Version 6.4.1 (March 12, 2024)
Changes:
- Improved stability for various devices.
Version 6.4.0 (February 9, 2024)
Changes:
- Improved stability for various devices.
- Okio version updated to 3.4.0.
2023
Version 6.3.0 (December 15, 2023)
Changes:
- Improved stability for various devices.
Version 6.2.0 (November 23, 2023)
Additions:
- Added parameters for generating an Open Bidding token.
Changes:
- The recommended AppMetrica SDK version is 6.0.0.
Version 6.1.0 (October 20, 2023)
Additions:
- New video ad design.
Changes:
- Optimized ad load caching.
- Fixed InStream ad localization.
- Fixed InStream ad navigation on Android TV.
Version 6.0.1 (September 13, 2023)
Changes:
- Fixed an app crash issue caused by connecting incompatible versions of mediation adapters.
Changes:
Version 6.0.0 (August 31, 2023)
Additions:
- Yandex Mobile Mediation now supports the InMobi network.
- Added a new ad format: App Open Ads. This is a special ad format for monetizing the splash screen of your apps. These ads can be closed at any time and are designed to be served when users bring your app to the foreground, either at launch or when returning to it from the background.
Breaking changes:
- Banners. New API for working with banner sizes.
- Interstitial ads and rewarded ads. Separated ad loading and rendering at the API level.
- To learn more, see the guide for migrating to version 6.
Version 5.10.0 (July 18, 2023)
Changes:
- Improved stability for various devices.
Version 5.9.0 (June 29, 2023)
Changes:
- Improved stability for various devices.
Version 5.8.0 (May 24, 2023)
Changes:
- Improved logs for testing ad integration.
- Improved stability for various devices.
Version 5.7.0 (April 3, 2023)
Additions:
- Logs for testing ad integration.
Changes:
- Improved stability for various devices.
Version 5.6.0 (February 21, 2023)
Changes:
- Updated Kotlin Standard Library dependency to version 1.7.10.
Note
The new advertising SDK is only compatible with Kotlin Gradle Plugin version 1.7.10 and above. If your app is built with an earlier version, you'll need to update to ensure compatibility.
Version 5.5.1 (February 8, 2023)
Changes:
- Improved stability for various devices.
2022
Versions 5.5.0 — 5.0.0-alpha.1
Version 5.5.0 (December 27, 2022)
Changes:
- Fixed a crash that occurred when playing a video ad.
- Improved stability for various devices.
Version 5.4.1 (December 1, 2022)
Changes:
- Fixed
feedback
asset rendering on MIUI.
Version 5.4.0 (November 10, 2022)
Changes:
- COPPA compliance is now supported.
- Theme selection using the
AdRequest.Builder setPreferredTheme
method is now supported.
Version 5.3.2 (October 10, 2022)
Changes:
- Improved stability for various devices.
Version 5.3.0 (September 8, 2022)
Changes:
- Improved stability for various devices.
Version 5.2.1 (August 19, 2022)
Changes:
- Improved stability for various devices.
Version 5.2.0 (July 11, 2022)
Changes:
- The "feedback" and "domain" assets are now mandatory for native ads.
- Improved stability for various devices.
Version 5.1.1 (June 2, 2022)
Changes:
- Improved stability for various devices.
Version 5.1.0 (May 17, 2022)
Additions:
- Added a new method
setLocationConsent(boolean)
to theMobileAds
class. This method determines whether location data can be used for loading targeted ads.
Version 5.0.0 (March 28, 2022)
Additions:
- Added Kotlin dependency.
- Added the AdsLoader API to simplify InStream ad integration. For more information, see Rendering ads using ExoPlayer AdsLoader.
- Added automatic SDK initialization.
- Added pre-caching for video ads.
- Added callback functions to notify when users click ads.
- Added callback functions to notify when impressions are counted.
- Added new methods for working with bidding data.
Changes:
- Improved ad loading time.
- The recommended AppMetrica version is 4.1.1.
- Renamed the
blockId
parameter toAdUnitId
.
Version 5.0.0-beta.1 (March 11, 2022)
Changes:
- Improved stability for various devices.
Version 5.0.0-alpha.2 (February 21, 2022)
Changes:
- Improved stability for various devices.
Version 5.0.0-alpha.1 (January 31, 2022)
Additions:
- Added Kotlin dependency.
- Added the AdsLoader API to simplify InStream ad integration. For more information, see Rendering ads using ExoPlayer AdsLoader.
- Added automatic SDK initialization.
- Added pre-caching for video ads.
- Added callback functions to notify when users click ads.
- Added callback functions to notify when impressions are counted.
- Added new methods for working with bidding data.
Changes:
- Improved ad loading time.
- The recommended AppMetrica version is 4.1.1.
- Renamed the
blockId
parameter toAdUnitId
.
Mobile mediation
Digital Turbine (ex. AdColony)
2024
Version 4.8.0.14 (August 3, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.3.0.
Version 4.8.0.13 (July 4, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.2.0.
Version 4.8.0.12 (June 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
Version 4.8.0.11 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- Removed from the single build.
Version 4.8.0.10 (February 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
2023
Version 4.8.0.9 (December 15, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
Version 4.8.0.8 (November 23, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 4.8.0.7 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
Version 4.8.0.6 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
Version 4.8.0.5 (July 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.10.0.
Version 4.8.0.4 (June 29, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
Version 4.8.0.3 (May 24, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
2022
Versions 4.8.0.2 — 4.6.5.0
Version 4.8.0.2 (November 10, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
- COPPA compliance is now supported.
Version 4.8.0.1 (September 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
Version 4.8.0.0 (July 11, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The recommended AppMetrica version is 5.0.0.
- The minimum supported version of the Digital Turbine SDK is 4.8.0.
Version 4.6.5.0 (February 21, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The recommended AppMetrica version is 4.1.1.
- The minimum supported version of the Digital Turbine SDK is 4.6.5.
AppLovin
2024
Version 12.6.0.4 (November 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.7.0.
Version 12.6.0.3 (October 17, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.6.0.
Version 12.6.0.2 (September 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.5.0.
Version 12.6.0.1 (August 23, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.4.0.
Version 12.6.0.0 (August 3, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.3.0.
- The minimum supported version of the AppLovin SDK is 12.6.0.
Version 12.5.0.1 (July 4, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.2.0.
Version 12.5.0.0 (June 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the AppLovin SDK is 12.5.0.
Version 12.3.1.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the AppLovin SDK is 12.3.1.
Version 12.1.0.0 (February 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the AppLovin SDK is 12.1.0.
2023
Version 11.11.3.2 (December 15, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
Version 11.11.3.1 (November 23, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 11.11.3.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the AppLovin SDK is 11.11.3.
Version 11.11.2.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the AppLovin SDK is 11.11.2.
Version 11.10.1.1 (July 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.10.0.
Version 11.10.1.0 (June 29, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
- The minimum supported version of the AppLovin SDK is 11.10.1.
Version 11.9.0.0 (May 24, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
- The minimum supported version of the AppLovin SDK is 11.9.0.
2022
Versions 11.6.0.0 — 11.0.0.0
Version 11.6.0.0 (December 27, 2022)
Changes:
- The minimum supported version of the AppLovin SDK is 11.6.0.
Version 11.5.3.0 (November 10, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
- The minimum supported version of the AppLovin SDK is 11.5.3.
- COPPA compliance is now supported.
Version 11.0.0.2 (September 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
Version 11.0.0.1 (July 11, 2022)
Changes:
- The recommended AppMetrica version is 5.0.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
Version 11.0.0.0 (February 21, 2022)
Changes:
- The recommended AppMetrica version is 4.1.1.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The minimum supported version of the AppLovin SDK is 11.0.0.
BIGO Ads
2024
Version 5.0.1.1 (November 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.7.0.
Version 5.0.1.0 (October 17, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.6.0.
- The minimum supported version: Bigo Ads SDK 5.0.1.
Version 4.9.0.1 (September 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.5.0.
Version 4.9.0.0 (August 23, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.4.0.
- The minimum supported version: Bigo Ads SDK 4.9.0.
Version 4.8.2.0 (August 3, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.3.0.
- The minimum supported version: Bigo Ads SDK 4.8.2.
Version 4.8.0.0 (July 4, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.2.0.
- The minimum supported version: Bigo Ads SDK 4.8.0.
Version 4.7.4.0 (June 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the BIGO Ads SDK is 4.7.4.
Version 4.6.1.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the BIGO Ads SDK is 4.6.1.
Version 4.5.1.0 (February 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the BIGO Ads SDK is 4.5.1.
2023
Version 4.1.2.2 (December 15, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
Version 4.1.2.1 (November 23, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 4.1.2.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the BIGO Ads SDK is 4.1.2.
Chartboost
2024
Version 9.3.1.12 (November 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.7.0.
Version 9.3.1.11 (October 17, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.6.0.
Version 9.3.1.10 (September 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.5.0.
Version 9.3.1.9 (August 23, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.4.0.
Version 9.3.1.8 (August 3, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.3.0.
Version 9.3.1.7 (July 4, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.2.0.
Version 9.3.1.6 (June 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
Version 9.3.1.5 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
Version 9.3.1.4 (February 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
2023
Version 9.3.1.3 (December 15, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
Version 9.3.1.2 (November 23, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 9.3.1.1 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the Chartboost SDK is 9.3.1.
Version 9.3.1.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the Chartboost SDK is 9.3.1.
Version 9.3.0.2 (July 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.10.0.
Version 9.3.0.1 (June 29, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
Version 9.3.0.0 (May 24, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
- The minimum supported version of the Chartboost SDK is 9.3.0.
2022
Versions 9.1.0.0 — 8.3.1.0
Version 9.1.0.0 (December 27, 2022)
Changes:
- The minimum supported version of the Chartboost SDK is 9.1.0.
Version 9.0.0.0 (November 10, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
- The minimum supported version of the Chartboost SDK is 9.0.0.
- COPPA compliance is now supported.
Version 8.3.1.2 (September 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
Version 8.3.1.1 (July 11, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The recommended AppMetrica version is 5.0.0.
Version 8.3.1.0 (February 21, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 4.4.0.
- The recommended AppMetrica version is 4.1.1.
- The minimum supported version of the Chartboost SDK is 8.3.1.
2024
Version 23.4.0.1 (November 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.7.0.
Version 23.4.0.0 (October 17, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.6.0.
- Minimum supported version: Play Services Ads SDK 23.4.0.
Version 23.2.0.0 (September 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.5.0.
- Minimum supported version: Play Services Ads SDK 23.2.0.
Version 23.0.0.4 (August 23, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.4.0.
Version 23.0.0.3 (August 3, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.3.0.
Version 23.0.0.2 (July 4, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.2.0.
Version 23.0.0.1 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
Version 23.0.0.0 (April 4, 2024)
Changes:
- Minimum supported version: Play Services Ads SDK 23.0.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
Version 22.6.0.1 (February 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
2023
Version 22.6.0.0 (December 15, 2023)
Changes:
- The minimum supported version of the Play Services Ads SDK is 22.6.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
Version 22.5.0.0 (November 23, 2023)
Changes:
- The minimum supported version of the Play Services Ads SDK is 22.5.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 22.4.0.0 (October 20, 2023)
Changes:
- The minimum supported version of the Play Services Ads SDK is 22.4.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
Version 22.2.0.0 (August 31, 2023)
Changes:
- The minimum supported version of the Play Services Ads SDK is 22.2.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
Version 22.1.0.0 (July 18, 2023)
Changes:
- The minimum supported version of the Play Services Ads SDK is 22.1.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.10.0.
Version 21.5.0.1 (June 29, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
Version 21.5.0.0 (May 24, 2023)
Changes:
- The minimum supported version of the Play Services Ads SDK is 21.5.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
2022
Versions 21.3.0.0 — 20.5.0.0
Version 21.3.0.0 (November 10, 2022)
Changes:
- The minimum supported version of the Play Services Ads SDK is 21.3.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
- COPPA compliance is now supported.
Version 21.1.0.0 (September 8, 2022)
Changes:
- The minimum supported version of the Play Services Ads SDK is 21.1.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
Version 20.5.0.1 (July 11, 2022)
Changes:
- The recommended AppMetrica version is 5.0.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
Version 20.5.0.0 (February 21, 2022)
Changes:
- The recommended AppMetrica version is 4.1.1.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The minimum supported version of the Play Services Ads SDK is 20.5.0.
InMobi
2024
Version 10.7.8.0 (November 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.7.0.
Version 10.7.8.0 (October 17, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.6.0.
- The minimum supported version: InMobi SDK 10.7.8.
Version 10.7.5.1 (September 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.5.0.
Version 10.7.5.0 (August 23, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.4.0.
- The minimum supported version: InMobi SDK 10.7.5.
Version 10.7.4.1 (August 3, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.3.0.
Version 10.7.4.0 (July 4, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.2.0.
- The minimum supported version: InMobi SDK 10.7.4.
Version 10.6.7.1 (June 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
Version 10.6.7.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the InMobi SDK is 10.6.7.
Version 10.6.3.0 (February 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the InMobi SDK is 10.6.3.
2023
Version 10.6.2.0 (December 15, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.6.2.
Version 10.6.1.0 (November 23, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.6.1.
Version 10.5.9.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.5.9.
Version 10.5.5.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.5.5.
IronSource
2024
Version 8.4.0.1 (November 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 8.4.0.0 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
- The minimum supported version of the IronSource SDK is 8.4.0.
Version 8.3.0.0 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
- The minimum supported version of the IronSource SDK is 8.3.0.
Version 8.2.1.1 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
Version 8.2.1.0 (August 3, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
- The minimum supported version of the IronSource SDK is 8.2.1.
Version 8.1.0.1 (July 4, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.2.0.
Version 8.1.0.0 (June 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the IronSource SDK is 8.1.0.
Version 7.9.0.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the IronSource SDK is 7.9.0.
Version 7.7.0.0 (February 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the IronSource SDK is 7.7.0.
2023
Version 7.6.0.0 (December 15, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the IronSource SDK is 7.6.0.
Version 7.5.2.0 (November 23, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
- The minimum supported version of the IronSource SDK is 7.5.2.
Version 7.5.1.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the IronSource SDK is 7.5.1.
Version 7.4.0.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the IronSource SDK is 7.4.0.
Version 7.3.1.1.0 (July 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.10.0.
- The minimum supported version of the IronSource SDK is 7.3.1.1.
Version 7.3.1.0 (June 29, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
- The minimum supported version of the IronSource SDK is 7.3.1.
Version 7.3.0.1.1 (May 24, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
Version 7.3.0.1.0 (February 21, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
- The minimum supported version of the IronSource SDK is 7.3.0.1.
2022
Versions 7.2.4.1 — 7.1.14.1
Version 7.2.4.1 (November 10, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
- COPPA compliance is now supported.
Version 7.2.4.0 (September 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
- The minimum supported version of the IronSource SDK is 7.2.4.
Version 7.2.2.1.0 (July 11, 2022)
Changes:
- The recommended AppMetrica version is 5.0.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The minimum supported version of the IronSource SDK is 7.2.2.1.
Version 7.1.14.1 (February 21, 2022)
Changes:
- The recommended AppMetrica version is 4.1.1.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The minimum supported version of the IronSource SDK is 7.1.14.
Mintegral
2024
Version 16.8.61.1 (November 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.7.0.
Version 16.8.61.0 (October 17, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.6.0.
- The minimum supported version: Mintegral SDK 16.8.61.
Version 16.8.21.1 (September 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.5.0.
Version 16.8.21.0 (August 23, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.4.0.
- The minimum supported version: Mintegral SDK 16.8.21.
Version 16.7.81.0 (August 3, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.3.0.
- The minimum supported version: Mintegral SDK 16.7.81.
Version 16.7.61.0 (July 4, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.2.0.
- The minimum supported version: Mintegral SDK 16.7.61.
Version 16.7.41.1 (June 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the Mintegral SDK is 16.7.41.
Version 16.6.61.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the Mintegral SDK is 16.6.61.
Version 16.6.21.0 (February 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the Mintegral SDK is 16.6.21.
2023
Version 16.5.81.0 (December 15, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the Mintegral SDK is 16.5.81.
Version 16.5.21.1 (November 23, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 16.5.21.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the Mintegral SDK is 16.5.21.
Version 16.4.71.1 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
Version 16.4.71.0 (July 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.10.0.
- The minimum supported version of the Mintegral SDK is 16.4.71.
Version 16.4.61.0 (June 29, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
- The minimum supported version of the Mintegral SDK is 16.4.61.
Version 16.4.31.0 (May 24, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
- The minimum supported version of the Mintegral SDK is 16.4.31.
Version 16.4.11.0 (April 3, 2023)
Additions:
- Added support for native ads.
Changes:
- The minimum supported version of the Mintegral SDK is 16.4.11.
2022
Versions 16.3.11.0 — 15.8.01.0
Version 16.3.11.0 (December 27, 2022)
Changes:
- The minimum supported version of the Mintegral SDK is 16.3.11.
Version 15.8.01.4 (November 10, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
Version 15.8.01.3 (October 14, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.2.
- Removed the REQUEST_INSTALL_PACKAGES permission.
Version 15.8.01.2 (September 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
Version 15.8.01.1 (July 11, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The recommended AppMetrica version is 5.0.0.
Version 15.8.01.0 (May 25, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The recommended AppMetrica version is 4.1.1.
- The minimum supported version of the Mintegral SDK is 15.8.01.
Pangle
2024
Version 6.2.0.7.1 (November 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.7.0.
Version 6.2.0.7.0 (October 17, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.6.0.
- The minimum supported version: Pangle SDK 6.2.0.7.
Version 6.1.0.9.1 (September 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.5.0.
Version 6.1.0.9.0 (August 23, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.4.0.
- The minimum supported version: Pangle SDK 6.1.0.9.
Version 6.1.0.6.0 (August 3, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.3.0.
- The minimum supported version: Pangle SDK 6.1.0.6.
Version 6.0.0.7.0 (July 4, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.2.0.
- The minimum supported version: Pangle SDK 6.0.0.7.
Version 5.9.0.6.1 (June 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the Pangle SDK is 5.9.0.6.
Version 5.8.1.0.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the Pangle SDK is 5.8.1.0.
Version 5.7.0.3.0 (February 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the Pangle SDK is 5.7.0.3.
2023
Version 5.6.0.3.0 (December 15, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the Pangle SDK is 5.6.0.3.
Version 5.5.0.9.0 (November 23, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
- The minimum supported version of the Pangle SDK is 5.5.0.9.
Version 5.5.0.3.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the Pangle SDK is 5.5.0.3.
Version 5.3.0.4.1 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
Version 5.3.0.4.0 (July 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.10.0.
- The minimum supported version of the Pangle SDK is 5.3.0.4.
Version 4.9.1.5.0 (June 29, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
- The minimum supported version of the Pangle SDK is 4.9.1.5.
Version 4.8.2.7.0 (May 24, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
- The minimum supported version of the Pangle SDK is 4.8.2.7.
2022
Versions 4.8.1.0.0 — 4.1.1.8.0
Version 4.8.1.0.0 (December 27, 2022)
Changes:
- The minimum supported version of the Pangle SDK is 4.8.1.0.
Version 4.3.0.4.2 (November 10, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
- COPPA compliance is now supported.
Version 4.3.0.4.1 (September 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
Version 4.3.0.4.0 (July 11, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The recommended AppMetrica version is 5.0.0.
- The minimum supported version of the Pangle SDK is 4.3.0.4.
Version 4.1.1.8.0 (February 21, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The recommended AppMetrica version is 4.1.1.
- The minimum supported version of the Pangle SDK is 4.1.1.8.
Start.io
2024
Version 5.0.2.4 (November 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 5.0.2.3 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
Version 5.0.2.2 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 5.0.2.1 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
Version 5.0.2.0 (August 3, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
- The minimum supported version of the Start.io SDK is 5.0.2.
Version 5.0.1.0 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
- The minimum supported version of the Start.io SDK is 5.0.1.
Version 5.0.0.0 (June 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the Start.io SDK is 5.0.0.
Version 4.11.5.1 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
Version 4.11.5.0 (February 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the Start.io SDK is 4.11.5.
2023
Version 4.11.3.0 (December 15, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the Start.io SDK is 4.11.3.
Version 4.11.2.0 (November 23, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
- The minimum supported version of the Start.io SDK is 4.11.2.
Version 4.11.0.3 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
Version 4.11.0.2 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
Version 4.11.0.1 (July 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.10.0.
Version 4.11.0.0 (June 29, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
- The minimum supported version of the Start.io SDK is 4.11.0.
Version 4.10.9.0 (May 24, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
- The minimum supported version of the Start.io SDK is 4.10.9.
2022
Versions 4.10.4.0 — 4.9.1.0
Version 4.10.4.0 (November 10, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
- The minimum supported version of the Start.io SDK is 4.10.4.
Version 4.10.0.1 (September 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
Version 4.10.0.0 (July 11, 2022)
Changes:
- The recommended AppMetrica version is 5.0.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The minimum supported version of the Start.io SDK is 4.10.0.
Version 4.9.1.0 (February 21, 2022)
Changes:
- The recommended AppMetrica version is 4.1.1.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The minimum supported version of the Start.io SDK is 4.9.1.
Tapjoy
2024
Version 13.4.1.7 (November 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.7.0.
Version 13.4.1.6 (October 17, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.6.0.
Version 13.4.1.5 (September 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.5.0.
Version 13.4.1.4 (August 23, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.4.0.
Version 13.4.1.3 (August 3, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.3.0.
Version 13.4.1.2 (July 4, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.2.0.
Version 13.4.1.1 (June 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
Version 13.4.1.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the Tapjoy SDK is 13.4.1.
Version 13.3.0.0 (February 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the Tapjoy SDK is 13.3.0.
2023
Version 13.2.1.2 (December 15, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
Version 13.2.1.1 (November 23, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 13.2.1.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the Tapjoy SDK is 13.2.1.
Version 13.1.2.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the Tapjoy SDK is 13.1.2.
Version 13.0.1.1 (July 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.10.0.
- The minimum supported version of the Tapjoy SDK is 13.0.1.
Version 12.11.1.1 (June 29, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
Version 12.11.1.0 (May 24, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
- The minimum supported version of the Tapjoy SDK is 12.11.1.
2022
Versions 12.10.0.2 — 12.9.0.0
Version 12.10.0.2 (November 10, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
- COPPA compliance is now supported.
Version 12.10.0.1 (September 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
Version 12.10.0.0 (July 11, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The recommended AppMetrica version is 5.0.0.
- The minimum supported version of the Tapjoy SDK is 12.10.0.
Version 12.9.0.0 (February 21, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The recommended AppMetrica version is 4.1.1.
- The minimum supported version of the Tapjoy SDK is 12.9.0.
Liftoff (ex. Vungle)
2024
Version 7.4.1.1 (November 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 7.4.1.0 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
- The minimum supported version of the Liftoff SDK is 7.4.1.
Version 7.1.0.6 (September 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.5.0.
Version 7.1.0.5 (August 23, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.4.0.
Version 7.1.0.4 (August 3, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.3.0.
Version 7.1.0.3 (July 4, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.2.0.
Version 7.1.0.2 (June 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
Version 7.1.0.1 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
Version 7.1.0.0 (February 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the Liftoff SDK is 7.1.0.
2023
Version 6.12.1.6 (December 15, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
Version 6.12.1.5 (November 23, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 6.12.1.4 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
Version 6.12.1.3 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
Version 6.12.1.2 (July 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.10.0.
Version 6.12.1.1 (June 29, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
Version 6.12.1.0 (May 24, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
- The minimum supported version of the Liftoff SDK is 6.12.1.
2022
Versions 6.12.0.1 — 6.10.3.0
Version 6.12.0.1 (November 10, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
- COPPA compliance is now supported.
Version 6.12.0.0 (September 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
- The minimum supported version of the Liftoff SDK is 6.12.0.
Version 6.11.0.0 (July 11, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The recommended AppMetrica version is 5.0.0.
- The minimum supported version of the Liftoff SDK is 6.11.0.
Version 6.10.3.0 (February 21, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The recommended AppMetrica version is 4.1.1.
- The minimum supported version of the Liftoff SDK is 6.10.3.
Unity Ads
2024
Version 4.12.3.1 (November 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.7.0.
Version 4.12.3.0 (October 17, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.6.0.
- The minimum supported version of the Unity Ads SDK is 4.12.3.
Version 4.12.2.1 (September 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.5.0.
Version 4.12.2.0 (August 23, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.4.0.
- The minimum supported version of the Unity Ads SDK is 4.12.2.
Version 4.12.1.0 (August 3, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.3.0.
- The minimum supported version of the Unity Ads SDK is 4.12.1.
Version 4.12.0.0 (July 4, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.2.0.
- The minimum supported version of the Unity Ads SDK is 4.12.0.
Version 4.11.3.0 (June 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the Unity Ads SDK is 4.11.3.
Version 4.10.0.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the Unity Ads SDK is 4.10.0.
Version 4.9.2.1 (February 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
2023
Version 4.9.2.0 (December 15, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the Unity Ads SDK is 4.9.2.
Version 4.9.0.1 (November 23, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 4.9.0.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the Unity Ads SDK is 4.9.0.
Version 4.8.0.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the Unity Ads SDK is 4.8.0.
Version 4.7.1.2 (July 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.10.0.
Version 4.7.1.1 (June 29, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
Version 4.7.1.0 (May 24, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
- The minimum supported version of the Unity Ads SDK is 4.7.1.
Version 4.4.1.1 (April 3, 2023)
Changes:
- Fixed the interstitial adapter loading logic.
2022
Versions 4.4.1.0 — 4.0.0.0
Version 4.4.1.0 (November 10, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
- The minimum supported version of the Unity Ads SDK is 4.4.1.
- COPPA compliance is now supported.
Version 4.2.1.1 (September 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
Version 4.2.1.0 (July 11, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The recommended AppMetrica version is 5.0.0.
- The minimum supported version of the Unity Ads SDK is 4.2.1.
Version 4.0.0.0 (February 21, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The recommended AppMetrica version is 4.1.1.
- The minimum supported version of the Unity Ads SDK is 4.0.0.
VK Ads (ex. myTarget)
2024
Version 5.22.1.3 (November 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.7.0.
Version 5.22.1.2 (October 17, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.6.0.
Version 5.22.1.1 (September 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.5.0.
Version 5.22.1.0 (August 23, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.4.0.
- The minimum supported version: myTarget SDK 5.22.1.
Version 5.21.1.0 (August 3, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.3.0.
- The minimum supported version: myTarget SDK 5.21.1.
Version 5.21.0.0 (July 4, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.2.0.
- The minimum supported version: myTarget SDK 5.21.0.
Version 5.20.1.1 (June 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
Version 5.20.1.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the myTarget SDK is 5.20.1..
Version 5.20.0.0 (February 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the myTarget SDK is 5.20.0.
2023
Version 5.19.0.1 (December 15, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
Version 5.19.0.0 (November 23, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
- The minimum supported version of the VK Ads SDK is 5.19.0.
Version 5.18.0.1 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
Version 5.18.0.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the VK Ads SDK is 5.18.0.
Version 5.17.0.0 (July 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.10.0.
- The minimum supported version of the VK Ads SDK is 5.17.0.
Version 5.16.5.0 (June 29, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
- The minimum supported version of the VK Ads SDK is 5.16.5.
Version 5.16.4.0 (May 24, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
- The minimum supported version of the VK Ads SDK is 5.16.4.
2022
Versions 5.16.2.0 — 5.15.0.0
Version 5.16.2.0 (December 27, 2022)
Changes:
- The minimum supported version of the VK Ads SDK is 5.16.2.
Version 5.15.5.0 (November 10, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
- The minimum supported version of the VK Ads SDK is 5.15.5.
- COPPA compliance is now supported.
Version 5.15.0.2 (September 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
Version 5.15.0.1 (July 11, 2022)
Changes:
- The recommended AppMetrica version is 5.0.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
Version 5.15.0.0 (February 21, 2022)
Changes:
- The recommended AppMetrica version is 4.1.1.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The minimum supported version of the VK Ads SDK is 5.15.0.
Adapters for third-party mediation platforms
Google AdMob (ex. AdMob)
2024
Version 7.7.0.0 (November 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.7.0.
Version 7.6.0.0 (October 17, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.6.0.
- Minimum supported version: Play Services Ads SDK 23.4.0.
Version 7.5.0.0 (September 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.5.0.
- Minimum supported version: Play Services Ads SDK 23.2.0.
Version 7.4.0.0 (August 23, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.4.0.
Version 7.3.0.0 (August 3, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.3.0.
Version 7.2.0.0 (July 4, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.2.0.
Version 7.1.0.0 (June 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
Version 7.0.1.0 (April 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 7.0.0.0 (April 4, 2024)
Changes:
- Minimum supported version: Play Services Ads SDK 23.0.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
Version 6.4.1.0 (March 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 6.4.0.0 (February 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
2023
Version 6.3.0.0 (December 15, 2023)
Changes:
- The minimum supported version of the Play Services Ads SDK is 22.6.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
Version 6.2.0.0 (November 23, 2023)
Changes:
- The minimum supported version of the Play Services Ads SDK is 22.5.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 6.1.0.0 (October 20, 2023)
Changes:
- The minimum supported version of the Play Services Ads SDK is 22.4.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
Version 6.0.1.0 (September 13, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.1.
Version 6.0.0.1 (September 8, 2023)
Changes:
- Improved stability for various devices.
Version 6.0.0.0 (August 31, 2023)
Changes:
- The minimum supported version of the Play Services Ads SDK is 22.2.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
Version 5.10.0.0 (July 18, 2023)
Changes:
- The minimum supported version of the Play Services Ads SDK is 22.1.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.10.0.
Version 5.9.0.0 (June 29, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
Version 5.8.0.0 (May 24, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
Version 5.7.0.0 (April 3, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
Version 5.6.0.0 (February 21, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
Version 5.5.1.0 (February 8, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.5.1.
2022
Versions 5.5.5.0 — 5.0.0.0
Version 5.5.0.0 (December 27, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
Version 5.4.0.0 (November 10, 2022)
Changes:
- The minimum supported version of the Play Services Ads SDK is 21.3.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
- COPPA compliance is now supported.
Version 5.3.2.0 (October 10, 2022)
Changes:
- The minimum supported version of the Play Services Ads SDK is 21.2.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.2.
Version 5.3.0.0 (September 8, 2022)
Changes:
- The minimum supported version of the Play Services Ads SDK is 21.1.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
Version 5.2.0.0 (July 11, 2022)
Changes:
- The recommended AppMetrica version is 5.0.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
Version 5.0.0.0 (February 21, 2022)
Changes:
- The recommended AppMetrica version is 4.1.1.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The minimum supported version of the Play Services Ads SDK is 20.5.0.
IronSource
2024
Version 7.7.0.0 (November 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.7.0.
Version 7.6.0.0 (October 17, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.6.0.
- The minimum supported version of the IronSource SDK is 8.4.0.
Version 7.5.0.0 (September 19, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.5.0.
- The minimum supported version of the IronSource SDK is 8.3.0.
Version 7.4.0.0 (August 23, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.4.0.
Version 7.3.0.0 (August 3, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.3.0.
- The minimum supported version of the IronSource SDK is 8.2.1.
Version 7.2.0.0 (July 4, 2024)
Changes:
- The minimum supported version: Yandex Mobile Ads SDK 7.2.0.
Version 7.1.0.0 (June 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the IronSource SDK is 8.1.0.
Version 7.0.1.0 (April 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 7.0.0.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the IronSource SDK is 7.9.0.
Version 6.4.1.0 (March 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 6.4.0.0 (February 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the IronSource SDK is 7.7.0.
2023
Version 6.3.0.0 (December 15, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the IronSource SDK is 7.6.0.
Version 6.2.0.0 (November 23, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
- The minimum supported version of the IronSource SDK is 7.5.2.
Version 6.1.0.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the IronSource SDK is 7.5.1.
Version 6.0.1.0 (September 13, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.1.
Version 6.0.0.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the IronSource SDK is 7.4.0.
Version 5.10.0.0 (July 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.10.0.
- The minimum supported version of the IronSource SDK is 7.3.1.1.
Version 5.9.0.0 (June 29, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
Version 5.8.0.0 (May 24, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
Version 5.7.0.1 (April 12, 2023)
Additions:
- Added support for banner ads.
Changes:
- The maximum supported version of the IronSource SDK is 7.3.0.1.
Version 5.7.0.0 (April 3, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
Version 5.6.0.0 (February 21, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
Version 5.5.1.0 (February 8, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.5.1.
2022
Versions 5.5.5.0 — 4.5.0.2
Version 5.5.0.0 (December 27, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
Version 5.4.0.0 (November 10, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
Version 5.3.2.0 (October 10, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.2.
Version 5.3.0.0 (September 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
- The minimum supported version of the IronSource SDK is 7.2.4.0.
Version 5.2.0.0 (July 11, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The minimum supported version of the IronSource SDK is 7.2.2.1.
- The recommended AppMetrica version is 5.0.0.
Version 5.1.0.0 (May 27, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
- The minimum supported version of the IronSource SDK is 7.2.1.1.
Version 5.0.0.0 (February 21, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
Version 4.5.0.2 (February 11, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 4.5.0.
- The minimum supported version of the IronSource SDK is 7.1.14.
- The recommended AppMetrica version is 4.1.1.
- Fixed the onImpression callback behavior.