Releases: Avocarrot/android-sdk
Releases · Avocarrot/android-sdk
Minor bug fixes, updated dependencies and build gradle version
- Minor bug fixes
- Updated dependencies
- Updated build gradle version
v4.10.2
revert
v4.10.1
Fix minor issue for user's consent
v4.10.0
Add SDK api for user's consent
v4.9.0
Add Banner Ad Sizes
v4.8.1
Fix Exception: java.lang.ArrayIndexOutOfBoundsException in com.android.okhttp.okio.Buffer.writeByte (Buffer.java:973)
v4.8.0
- Support MRAID 3.0 / VAST / VPAID
- Remove mediation adapters
v4.7.5
NativeAssets caching fix
Version 4.7.3
- Native Assets caching added
- Public API changes:
DueNativeAssetsAdused mostly in mediation adapters, we've decided to add caching to provide better fillrate.
NowNativeAssetsAdPoolresponsible to cache yourNativeAssetsAduntil it will be invalidated bydestroy()method call,
or if you will loadNativeAssetsAdwithActivityasContext, ad will be automatically removed from cache after
receiving impression andonActivityDestroyed()callback fromActivitywith whichNativeAssetsAdwas loaded.
If you want to loadNativeAssetsAdwith any otherContextsubclasses, exceptActivity, you're
responsible to manageNativeAssetsAdPoolcache by callingdestroy()method when you don't need
NativeAssetsAdanymore, or by callingunregisterViews()if you want to use one instance of
NativeAssetsAdwith different instances ofContext.
NativeAssetsAdmethodreloadAd()is deprecated now. - Updated the following dependencies:
- Google Play Services to 11.8.0
Version 4.7.2
- Public API changes:
InterstitialAd: removedreloadAndShowAd()andreloadAndShowAdWithDelay()methodsInterstitialAdPool: removedloadAndShow()andloadAndShowWithDelay()methodsVideoAd: removedreloadAndShowAd()methodVideoAdPool: removedloadAndShow()method
- Bugfixing
- Updated the following dependencies:
- Android Support Libraries to 27.0.2
- Google Play Services to 11.6.2
- InLocoMedia SDK to 3.3.10