Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Releases: poingstudios/godot-admob-android

v4.1.0

06 Mar 01:41
24a33b9

Choose a tag to compare

What's Changed

  • Improve release workflow: clean title, auto release notes, fail if exists by @gumaciel in #284
  • feat: add volume controls for ads by @vrecan in #282

New Contributors

Full Changelog: v4.0.3...v4.1.0

v4.0.3

04 Mar 21:15
e68b600

Choose a tag to compare

What's Changed

  • feat: Include AD_ID and ACCESS_NETWORK_STATE permissions by @gumaciel in #280

Full Changelog: v4.0.2...v4.0.3

v4.0.2

04 Mar 00:15
4aa44fe

Choose a tag to compare

What's Changed

  • docs: fix video tutorial link in README by @gumaciel in #273
  • feat: Add GitHub Actions workflow to automatically build and release the Android plugin for the latest Godot versions. by @gumaciel in #275
  • feat: Add a CI workflow to automatically build on pull requests. by @gumaciel in #276
  • fix: replace direct activity calls with a cached activity instance in AdMob plugin classes by @gumaciel in #279

Full Changelog: v4.0.1...v4.0.2

v4.0.1

08 Feb 17:39
8a289e8

Choose a tag to compare

What's Changed

  • fix: 270 Convertion of Dictionary value Long to Int by @gumaciel in #271
  • build: Downgrade JVM toolchain from version 18 to 17. by @gumaciel in #272

Full Changelog: v4.0.0...v4.0.1

v4.0.0

02 Jan 23:21
04c21b2

Choose a tag to compare

What's Changed

  • Removed PluginConfiguration.kt and created package.gd in core subproject to help the AdMob Download Manager
  • Removed all possible warnings
  • Convert .gdap to .gd to keep integration with https://github.com/poingstudios/godot-admob-plugin
  • Removed godot-lib subproject in favor of org.godotengine:godot MavenCentral dependency.
    • Use ./gradlew build -PgodotVersion=$VERSION to build with a specific version of the lib (default: 4.5.1).
  • Improve README.md instructions + simplify.
  • Important configuration of subprojects moved to main build.gradle
    • CompileSdk = 36, MinSdk = 24
    • Java 17
  • Enabled build cache

New Contributors

Full Changelog: v3.0.6...v4.0.0

v2.1.8

27 Dec 15:10
3ce328d

Choose a tag to compare

What's Changed

Mandatory changes

For 3.5.x, it is needed to set "Min Sdk" to 23, such as below:
Screenshot 2025-12-27 at 12 41 14

Full Changelog: v2.1.7...v2.1.8

v3.0.6

26 Dec 22:56
ce4e6ab

Choose a tag to compare

What's Changed

  • fix: error while building on GitHub actions by @gumaciel in #246
  • build: update build to kotlin 2.2.20 by @gumaciel in #259
  • fix: Update AdMob 24.9.0 + bug fixes #262 #263 by @gumaciel in #264
    • Update com.google.android.gms:play-services-ads:24.9.0
    • Banner not respecting Safe Area in Immersive Mode
    • Call MobileAds.initialize on background thread
    • Remove "version" from .aar files
    • Update workflow versions
    • Update Gradle to 8.5
  • chore: bump version to 3.0.6 by @gumaciel in #265

Full Changelog: v3.0.5...v3.0.6

v2.1.7

03 Sep 00:49
c438c9c

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

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

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