Skip to content

v4.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Jan 23:21
04c21b2

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