Skip to content

v0.1.0 - 26/04/2023

Latest
Compare
Choose a tag to compare
@greedyraagava greedyraagava released this 26 Apr 16:42
  • Breaking Changes:
    • Updated minimum Android SDK version to API 19 to align with Google AdMob.
    • Upgrade dependency com.google.android.gms:play-services-ads:20.2.0 to com.google.android.gms:play-services-ads:22.0.0
    • Removed AppOpenAds orientation.
      • Starting from v0.1.0, orientation for AppOpenAds need not be set by the developer. The interfaces related to this are also removed. The SDK will provide the ad in the orientation the device is in.
  • Banner and Native ads will now reload by default when there is no fill.
    • Added setMaxRetry(int) to GGAdview
      This value is the maximum number of times the ad will try to load.
    • Added setRetryIntervalInSeconds(int) to GGAdview
      This value is the interval in which the ad load retry should happen. This value should be at least 5 seconds.
  • Support for Admob v22.x.x
    SDKX is fully updated to support this new version of Admob. The recommended version of Admob SDK is 22.0.0.