kmp-iap 3.5.0
·
32 commits
to main
since this release
kmp-iap 3.5.0
Kotlin Multiplatform library for the OpenIAP specification (iOS + Android).
What's Changed
- chore(release): kmp-iap@3.5.0 (
a3a808ef) - chore(release): openiap-google@3.5.0 (
d4a5871f) - chore(release): openiap-apple@3.4.0 (
59fb640f) - fix(iapkit): support Horizon entitlement verification (#412) (
3658f021) - fix(google): restore listeners after reconnect (#410) (
70864e9e)
Installation
Gradle (Kotlin DSL):
dependencies {
implementation("io.github.hyochan:kmp-iap:3.5.0")
}Gradle (Groovy):
dependencies {
implementation 'io.github.hyochan:kmp-iap:3.5.0'
}