Version 5.8.0 (July 22, 2019)
-
Features
- Height-based constants have been added to banners and medium rectangles. Call
MoPubView#setAdSize(MoPubAdSize)
before loading an ad or pass in the ad size toMoPubView#loadAd(MoPubAdSize)
to request an ad of a particular height. See [https://developers.mopub.com/publishers/android/banner/] for more information. - Deprecated skyscraper and leaderboard ad formats. Leaderboards can now be made by setting the
MoPubView
ad size toMoPubAdSize.HEIGHT_90
. - Renamed the MRect ad format as Medium Rectangle.
- Upgraded Robolectric dependency to 4.3.
- Updated the icon for the sample app.
- Sample app now has visible callbacks.
- VAST Videos now play with
device
orientation by default. - The background for interstitials is now black. The background for banners and medium rectangles remain transparent.
- Height-based constants have been added to banners and medium rectangles. Call
-
Bug Fixes
- Improved the look and feel of the sample app on tablets.
- Fixed warnings in the
build.gradle
file. - Improved test run speed.
- Improved the VAST video selection logic.