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