Skip to content

Google 3.4.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 19:34
· 80 commits to main since this release

OpenIAP Google 3.4.0

Native Android library for the OpenIAP specification (Play + Horizon + Fire OS flavors).

What's Changed

  • chore(release): openiap-google@3.4.0 (dabed9a7)
  • feat(gql): unify offer-code redemption behind openRedeemOfferCode (#384) (aa250ef6)
  • feat: add research-backed guards for conformance, schema, and docs (#380) (22b5e437)
  • fix(docs): repair sponsor surface regressions (e7ab6d25)
  • chore(docs): centralize sponsor surfaces (f4e83aec)

Installation

Google Play Store (Play flavor)

Gradle (Kotlin DSL):

dependencies {
    implementation("io.github.hyochan.openiap:openiap-google:3.4.0")
}

Gradle (Groovy):

dependencies {
    implementation 'io.github.hyochan.openiap:openiap-google:3.4.0'
}

Meta Quest / Horizon Store (Horizon flavor)

Gradle (Kotlin DSL):

dependencies {
    implementation("io.github.hyochan.openiap:openiap-google-horizon:3.4.0")
}

Gradle (Groovy):

dependencies {
    implementation 'io.github.hyochan.openiap:openiap-google-horizon:3.4.0'
}

Fire OS (Amazon flavor)

Gradle (Kotlin DSL):

dependencies {
    implementation("io.github.hyochan.openiap:openiap-google-amazon:3.4.0")
}

Gradle (Groovy):

dependencies {
    implementation 'io.github.hyochan.openiap:openiap-google-amazon:3.4.0'
}

Documentation

Maven Central