Google 2.0.0
·
210 commits
to main
since this release
OpenIAP Google 2.0.0
Native Android library for the OpenIAP specification (Play + Horizon flavors, Billing 8.x).
What's Changed
Installation
Google Play Store (Play flavor)
Gradle (Kotlin DSL):
dependencies {
implementation("io.github.hyochan.openiap:openiap-google:2.0.0")
}Gradle (Groovy):
dependencies {
implementation 'io.github.hyochan.openiap:openiap-google:2.0.0'
}Meta Quest / Horizon Store (Horizon flavor)
Gradle (Kotlin DSL):
dependencies {
implementation("io.github.hyochan.openiap:openiap-google-horizon:2.0.0")
}Gradle (Groovy):
dependencies {
implementation 'io.github.hyochan.openiap:openiap-google-horizon:2.0.0'
}