https://github.com/godot-sdk-integrations/godot-google-play-billing
Godot Android plugin for the Google Play Billing library
https://github.com/godot-sdk-integrations/godot-google-play-billing
Last synced: over 1 year ago
JSON representation
Godot Android plugin for the Google Play Billing library
- Host: GitHub
- URL: https://github.com/godot-sdk-integrations/godot-google-play-billing
- Owner: godot-sdk-integrations
- License: mit
- Created: 2020-06-18T21:34:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T03:31:08.000Z (over 1 year ago)
- Last Synced: 2025-04-12T23:36:48.532Z (over 1 year ago)
- Language: Java
- Size: 85.9 KB
- Stars: 184
- Watchers: 16
- Forks: 52
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stargazer - godot-sdk-integrations/godot-google-play-billing - Godot Android plugin for the Google Play Billing library \[*MIT License*\] (⭐️259) (Kotlin)
README
# godot-google-play-billing
Godot Android plugin for the Google Play Billing library
## Usage & Docs
You can find the docs for this first-party plugin in the [official Godot docs](https://docs.godotengine.org/en/stable/tutorials/platform/android_in_app_purchases.html).
## Compiling
Prerequisites:
- Android SDK (platform version 30)
- the Godot Android library (`godot-lib.***.release.aar`) for your version of Godot from the [downloads page](https://godotengine.org/download).
Steps to build:
1. Clone this Git repository
2. Put `godot-lib.***.release.aar` in `./godot-google-play-billing/libs/`
3. 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/`.