Skip to content

Releases: Shin-NiL/Godot-Android-Admob-Plugin

Version 6.2.0

25 Jul 14:06
14dcb82
Compare
Choose a tag to compare
  • Update to Godot 3.5.2;
  • Update to Play Services Ads 22.2.0;

Compiled with godot-lib.3.5.2.stable.release.aar

Version 6.1.1

03 Aug 19:11
Compare
Choose a tag to compare
  • Update to Godot 3.4.5;
  • Update to Play Services Ads 21.1.0;
  • Update to Android SDK 31.

Please check the temporary workaround on the setup section of the README file for this version.

Thanks @Funmungus for the update ;)

Compiled with godot-lib.3.4.5.stable.release.aar

Version 6.1.0

29 Jul 15:54
Compare
Choose a tag to compare
  • Added support for Rewarded Interstitial Ads

Thanks to @cengiz-er

Compiled with godot-lib.3.4.4.stable.release.aar

Version 6.0.0

25 Jul 15:04
Compare
Choose a tag to compare
  • Update to Godot 3.4.4;
  • Update to Play Services Ads 20.4.0;
  • Removed deprecated signals for Rewarded Videos and added new ones.

Thanks @Funmungus for the huge update ;)

Compiled with godot-lib.3.4.4.stable.release.aar

Version 5.1.0

19 Sep 14:31
Compare
Choose a tag to compare
  • Update to Godot 3.3.3

Compiled with godot-lib.3.3.3.stable.release.aar

Version 5.0.0

23 Apr 21:37
Compare
Choose a tag to compare
  • Update to Godot 3.3

Compiled with godot-lib.3.3.stable.release.aar

Version 4.1.1

22 Sep 19:14
Compare
Choose a tag to compare
  • Check if the java signals were already connected.

Compiled with godot-lib.3.2.3.stable.release.aar

Version 4.1.0

18 Sep 01:28
Compare
Choose a tag to compare
  • Update to Play Services Ads 19.3.0;
  • GodotLib.calldeferred was replaced by signals (thanks @ricardoalcantara);
  • banner_size property added;
  • plugin version added on the .aar file name.

Compiled with godot-lib.3.2.3.stable.release.aar

Version 4.0.0

26 Jun 23:35
Compare
Choose a tag to compare
  • Ported the code for the newest plugin system (v1), it will only works with Godot 3.2.2 or higher, hopefully compatible with the future Godot 4;
  • replaced smart banner with adaptive banners;
  • fixed all Admob references to AdMob;
  • changed the default branch name from master to main.

Compiled with godot-lib.3.2.2.stable.release.aar

Version 3.0.1

31 May 22:46
Compare
Choose a tag to compare
  • Fixed issue #33 where a rewarded video couldn't be loaded on a new scene (lost of the instanceId reference);
  • Some code cleanup.