Skip to content

Version 8.8.12

Compare
Choose a tag to compare
@ImMathanR ImMathanR released this 10 Oct 16:57
· 11 commits to master since this release

Features

  • COPPA support.

Breaking Changes

  • Removed onFound from CampaignStateListener callback.
  • Game id is now passed as a parameter while building GreedyGameAgent object. So now it can be removed from strings.xml or greedygame.xml.

Bug Fixes

  • Fixed startService() crash on Oreo device when starting service on the Background.
  • GoogleApiBuilder instance building crash fixed.
  • Resolved AdmobMediator crash trying to load a null view.
  • Resolved Volley PriorityQueue ANR by forking the latest release.
  • Fixed SecurityException when trying to read network information.
  • Trying to render a view which is not available on OnConfigurationChanged fixed.
  • Fixed NullPointerException while doing Bitmap Operations.