Skip to content

Releases: Avocarrot/android-sdk

Minor bug fixes, updated dependencies and build gradle version

03 Oct 12:31

Choose a tag to compare

  • Minor bug fixes
  • Updated dependencies
  • Updated build gradle version

v4.10.2

12 Sep 10:53

Choose a tag to compare

revert

v4.10.1

04 Jun 12:22

Choose a tag to compare

Fix minor issue for user's consent

v4.10.0

18 May 12:25

Choose a tag to compare

Add SDK api for user's consent

v4.9.0

17 May 11:21

Choose a tag to compare

Add Banner Ad Sizes

v4.8.1

11 Apr 13:22

Choose a tag to compare

Fix Exception: java.lang.ArrayIndexOutOfBoundsException in com.android.okhttp.okio.Buffer.writeByte (Buffer.java:973)

v4.8.0

29 Mar 14:09

Choose a tag to compare

  • Support MRAID 3.0 / VAST / VPAID
  • Remove mediation adapters

v4.7.5

27 Feb 12:08

Choose a tag to compare

NativeAssets caching fix

Version 4.7.3

28 Dec 17:27

Choose a tag to compare

  • Native Assets caching added
  • Public API changes:
    Due NativeAssetsAd used mostly in mediation adapters, we've decided to add caching to provide better fillrate.
    Now NativeAssetsAdPool responsible to cache your NativeAssetsAd until it will be invalidated by destroy() method call,
    or if you will load NativeAssetsAd with Activity as Context, ad will be automatically removed from cache after
    receiving impression and onActivityDestroyed() callback from Activity with which NativeAssetsAd was loaded.
    If you want to load NativeAssetsAd with any other Context subclasses, except Activity, you're
    responsible to manage NativeAssetsAdPool cache by calling destroy() method when you don't need
    NativeAssetsAd anymore, or by calling unregisterViews() if you want to use one instance of
    NativeAssetsAd with different instances of Context.
    NativeAssetsAd method reloadAd() is deprecated now.
  • Updated the following dependencies:
    • Google Play Services to 11.8.0

Version 4.7.2

11 Dec 09:09

Choose a tag to compare

  • Public API changes:
    • InterstitialAd: removed reloadAndShowAd() and reloadAndShowAdWithDelay() methods
    • InterstitialAdPool: removed loadAndShow() and loadAndShowWithDelay() methods
    • VideoAd: removed reloadAndShowAd() method
    • VideoAdPool: removed loadAndShow() 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