kmp-iap 3.4.0
·
75 commits
to main
since this release
kmp-iap 3.4.0
Kotlin Multiplatform library for the OpenIAP specification (iOS + Android).
What's Changed
- chore(release): kmp-iap@3.4.0 (
0e359cac) - chore(release): openiap-google@3.4.0 (
dabed9a7) - chore(release): openiap-apple@3.3.0 (
b335e133) - 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
Gradle (Kotlin DSL):
dependencies {
implementation("io.github.hyochan:kmp-iap:3.4.0")
}Gradle (Groovy):
dependencies {
implementation 'io.github.hyochan:kmp-iap:3.4.0'
}