Skip to content

Google 2.2.0

Choose a tag to compare

@github-actions github-actions released this 16 May 16:39
· 46 commits to main since this release

OpenIAP Google 2.2.0

Native Android library for the OpenIAP specification (Play + Horizon flavors, Billing 8.x).

What's Changed

  • chore(google): bump version to 2.2.0 (cef483e)
  • chore(openiap): apply security improvement pass (674a11e)

Installation

Google Play Store (Play flavor)

Gradle (Kotlin DSL):

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

Gradle (Groovy):

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

Meta Quest / Horizon Store (Horizon flavor)

Gradle (Kotlin DSL):

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

Gradle (Groovy):

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

Documentation

Maven Central