- Update error callback APIs to return first-class
MaxErrorobject. This is a breaking change on native Android. The new callback will bevoid onAdLoadFailed(final String adUnitId, final MaxError error) - Add new
void onAdRevenuePaid(final MaxAd ad)callback for all MAX ad listeners. - Creative Debugger improvements. Check out related docs for more info: https://dash.applovin.com/documentation/mediation/android/testing-networks/creative-debugger.
- Fix
MediaPlayer._setVolumecrash.