Godot Android plugin for the Google Play Billing library
You can find the docs for this first-party plugin in the official Godot docs.
Prerequisites:
- Android SDK (platform version 30)
- the Godot Android library (
godot-lib.***.release.aar
) for your version of Godot from the downloads page.
Steps to build:
- Clone this Git repository
- Put
godot-lib.***.release.aar
in./godot-google-play-billing/libs/
- Run
./gradlew build
in the cloned repository
If the build succeeds, you can find the resulting .aar
files in ./godot-google-play-billing/build/outputs/aar/
.