- Upgraded to latest AdMob SDK.
- Numerous updates to support OpenFL 8.
- Made init method iOS-only and renamed to initAdMob.
- Fixed a bug with non-unique CFFI primitive names, which could cause clashes (duplicate symbol errors) when using other haxelibs
- Update to iOS Google Mobile Ads SDK 7.7.0.
- Renamed hasCachedInterstitial method to hasInterstitial.
- Fix runtime crash by including extension-android-support-v4.
- Fix typo in AndroidManifest.xml, missed closing tag on the AdActivity activity.
- Updated to iOS AdMob SDK 7.5.2
- Fix set_banner_position CFFI definition
- Update to non-deprecated Google Play services dependency library
- Fix to make library compatible with Lime
- Fix build error introduced in previous update
- Add constructor to AdMobListener base class
- Refactor setBannerPosition(int) to setBannerPosition(horizontal_gravity, vertical_gravity)
- Update to iOS AdMob SDK 7.5.1
- Initial release