Skip to content

v0.0.94 - 12/02/2022

Compare
Choose a tag to compare
@greedyraagava greedyraagava released this 26 Apr 16:01
· 2 commits to master since this release
  • Auto height for Native Ads
    Until v0.0.93, developers had to manually set a property adsMaxHeight when integrating native ads along with banner ads in a float unit. This was a cause of confusion and not very friendly.
    Starting with 0.0.94, when native ads are being shown, if the height is unspecified, SDKX will auto-calculate the maximum possible height and display the ad. This should be a natural flow for developers and make the integration even easier.
    If ad's max height is specified, it will be respected.
  • Bug fixes and Crash fixes

If you are unable to upgrade to v0.0.94, try adding the below line to the repositories block of your project-level build.gradle file.
maven { url "https://jitpack.io" }