kmp-iap 3.5.1
·
9 commits
to main
since this release
kmp-iap 3.5.1
Kotlin Multiplatform library for the OpenIAP specification (iOS + Android).
What's Changed
- chore(release): kmp-iap@3.5.1 (
67b1b782) - chore(release): openiap-google@3.5.1 (
9b65671e) - feat: add cli and scoped protocol releases (
dd544d11) - feat: complete commerce implementation guide (#445) (
6e9eebed) - fix: repair Horizon examples and release evidence (#430) (
42f35513) - refactor(specs): nest client and commerce specifications under specs/openiap (#421) (
378549f7) - feat: add OpenIAP Commerce Protocol (#419) (
c3e6f89a)
Installation
Gradle (Kotlin DSL):
dependencies {
implementation("io.github.hyochan:kmp-iap:3.5.1")
}Gradle (Groovy):
dependencies {
implementation 'io.github.hyochan:kmp-iap:3.5.1'
}