Releases: poingstudios/godot-admob-android
Releases · poingstudios/godot-admob-android
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
v3.0.4
v3.0.3
v3.0.2
v2.1.6
v3.0.1
What's Changed
- fix: wrong custom paypal link by @gumaciel in #178
- docs: fix badge workflow status by @gumaciel in #179
- Docs by @gumaciel in #184
- docs: added video tutorial on readme by @gumaciel in #185
- ci: release is manual by @gumaciel in #195
- ci: fix generate version on
release_android.ymlby @gumaciel in #197 - ci: added target_commit on upload-release-action by @gumaciel in #199
Full Changelog: v3.0.0...v3.0.1