Skip to content

Google 2.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Apr 13:35
· 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

  • fix(google,flutter): surface BillingResult debugMessage to callers (#98) (7323bec)

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'
}

Documentation

Maven Central