Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit 015fa80

Browse files
committed
refactor: emit jsonobject-based models without any
Regenerate types from https://github.com/hyodotdev/openiap-gql/releases/tag/1.0.8
1 parent f115c8e commit 015fa80

File tree

6 files changed

+903
-726
lines changed

6 files changed

+903
-726
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ Add to your module's `build.gradle.kts`:
4848

4949
```kotlin
5050
dependencies {
51-
implementation("io.github.hyochan.openiap:openiap-google:1.1.12")
51+
implementation("io.github.hyochan.openiap:openiap-google:1.0.8")
5252
}
5353
```
5454

5555
Or `build.gradle`:
5656

5757
```groovy
5858
dependencies {
59-
implementation 'io.github.hyochan.openiap:openiap-google:1.1.12'
59+
implementation 'io.github.hyochan.openiap:openiap-google:1.0.8'
6060
}
6161
```
6262

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.12
1+
1.0.8

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ kotlin.code.style=official
1616
android.nonTransitiveRClass=true
1717

1818
# Version
19-
OPENIAP_VERSION=1.1.12
19+
OPENIAP_VERSION=1.0.8
2020

2121
# Library Info
2222
OPENIAP_GROUP_ID=io.github.hyochan.openiap

openiap/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ dependencies {
5353

5454
// Google Play Billing Library (align with app/lib v8)
5555
api("com.android.billingclient:billing-ktx:8.0.0")
56+
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
5657

5758
// Kotlin Coroutines
5859
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")

0 commit comments

Comments
 (0)