Google 2.1.3
·
103 commits
to main
since this release
OpenIAP Google 2.1.3
Native Android library for the OpenIAP specification (Play + Horizon flavors, Billing 8.x).
What's Changed
- chore(sdk): enforce non-godot parity (#134) (
f61ec07) - feat(maui): wire native bindings and examples (
157f426)
Installation
Google Play Store (Play flavor)
Gradle (Kotlin DSL):
dependencies {
implementation("io.github.hyochan.openiap:openiap-google:2.1.3")
}Gradle (Groovy):
dependencies {
implementation 'io.github.hyochan.openiap:openiap-google:2.1.3'
}Meta Quest / Horizon Store (Horizon flavor)
Gradle (Kotlin DSL):
dependencies {
implementation("io.github.hyochan.openiap:openiap-google-horizon:2.1.3")
}Gradle (Groovy):
dependencies {
implementation 'io.github.hyochan.openiap:openiap-google-horizon:2.1.3'
}