This repository was archived by the owner on Mar 18, 2026. It is now read-only.
Releases: poingstudios/godot-admob-android
Releases · poingstudios/godot-admob-android
v4.1.0
v4.0.3
What's Changed
Full Changelog: v4.0.2...v4.0.3
v4.0.2
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
v4.0.0
What's Changed
- Add v2 (Android Plugin) Support by @atlasapplications in #220
- Removed
PluginConfiguration.ktand createdpackage.gdincoresubproject to help theAdMob Download Manager - Removed all possible warnings
- Convert
.gdapto.gdto keep integration with https://github.com/poingstudios/godot-admob-plugin - Removed
godot-libsubproject in favor oforg.godotengine:godotMavenCentral dependency.- Use
./gradlew build -PgodotVersion=$VERSIONto build with a specific version of the lib (default: 4.5.1).
- Use
- Improve
README.mdinstructions + simplify. - Important configuration of subprojects moved to main
build.gradle- CompileSdk = 36, MinSdk = 24
- Java 17
- Enabled build cache
New Contributors
- @atlasapplications made their first contribution in #220
Full Changelog: v3.0.6...v4.0.0
v2.1.8
What's Changed
Mandatory changes
For 3.5.x, it is needed to set "Min Sdk" to 23, such as below:

Full Changelog: v2.1.7...v2.1.8
v3.0.6
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
.aarfiles - 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
What's Changed
- feat: LTS for android, using play-services-ads:23.0.0 by @kyoz and @slabgames in #235
- Improve docs by @gumaciel in #239
- Fix build CI/CD Java 17 by @gumaciel in #240
New Contributors
Mandatory changes
For 3.5.x, it is needed to set "Min Sdk" to 21, such as below:

Full Changelog: v2.1.6...v2.1.7
v3.0.5
What's Changed
- Handle non-initialized ad size by @catabriga in #233
New Contributors
- @catabriga made their first contribution in #233
Full Changelog: v3.0.4...v3.0.5