Skip to content

Releases: poingstudios/godot-admob-android

v2.1.7

03 Sep 00:49
c438c9c
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @kyoz made their first contribution at #235

Mandatory changes

For 3.5.x, it is needed to set "Min Sdk" to 21, such as below:
Screenshot 2024-09-02 at 21 52 49

Full Changelog: v2.1.6...v2.1.7

v3.0.5

03 Sep 01:11
8f75393
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.4...v3.0.5

v3.0.4

02 Sep 02:31
9c12ce9
Compare
Choose a tag to compare

What's Changed

  • Fix top banner ad position is leaving a wide gap by @gumaciel in #237
  • chore: increase plugin's version 3.0.3 -> 3.0.4 by @gumaciel in #238
  • chore: upgrade sdk 22.4.0 -> 23.3.0
  • docs: add more information for development

Full Changelog: v3.0.3...v3.0.4

v3.0.3

01 May 16:52
ff2e311
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

v3.0.2

11 Nov 17:37
b1a7095
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v2.1.6

11 Nov 18:25
3c0d3af
Compare
Choose a tag to compare

What's Changed

  • chore: update version to 2.1.6 change requestAgent by @gumaciel in #205
  • ci: update GODOT_VERSION to release by @gumaciel in #206

Full Changelog: v2.1.5...v2.1.6

v3.0.1

22 Oct 17:30
2874b92
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v2.1.5

22 Oct 17:25
d392309
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.4...v2.1.5

v3.0.0

23 Aug 22:09
4434a1d
Compare
Choose a tag to compare

We are thrilled to announce the highly anticipated update of Godot AdMob Android version 3.0.0! This release marks a significant milestone by introducing mediation capabilities.

Important Note: This is a BREAKING CHANGE. Only update to this version if it is absolutely necessary, as it will require substantial code rewriting. We recommend using v2 if possible.

What's New:

  • Kotlin Integration: Version 3.0.0 brings Kotlin into the mix, providing developers with improved development ease and modernity.

  • Enhanced Architecture and Clean Code: We've restructured the codebase, resulting in a more well-defined architecture and cleaner code for better maintainability.

  • Comprehensive Documentation: The documentation has been significantly improved and expanded, ensuring developers have access to detailed information.

  • Streamlined Development: Building your projects has never been easier! We've included handy scripts like clean_build.ps1 for Windows or clean_build.sh for Unix (Linux and MacOS). These scripts will automatically add the required Godot library version (e.g., 4.1.1), simplifying your development workflow.

  • Automated Export: We've introduced a Gradle task to automatically generate a .zip file for export. Now, any developer can create the same .zip file our CI/CD pipeline produces by executing: ./gradlew zipPlugins -PgodotVersion=4.1.1.

  • Plugin Export: Another Gradle task allows you to export the plugins to your working project directory with ease: ./gradlew exportFiles -PpluginExportPath=D:\godot-admob-plugin\android\plugins.

  • Converters: We've added converters to facilitate the conversion between GodotDictionary and JavaObject, making data exchange smoother.

  • Wrapper Classes: We've introduced various wrapper classes that simplify the use of AdMob functionalities, such as PoingGodotAdMobAdSize, PoingGodotAdMobInterstitialAd, PoingGodotAdMobRewardedAd, and more.

  • Mediation Support: You can now easily integrate mediation for popular ad networks like AdColony, Meta, and Vungle (Liftoff).

  • And Much More: This release comes with a plethora of additional enhancements, optimizations, and bug fixes to provide you with the best possible experience.

We are excited to offer this major update to the Godot AdMob Android plugin, and we hope it empowers developers to create even more engaging and successful mobile games. Please refer to the updated documentation for detailed information on how to make the most of these new features.

Thank you for your continued support, and happy coding!

Full Changelog: v2.1.4...v3.0.0

v2.1.4

11 May 01:43
d807883
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.3...v2.1.4