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

Commit 0e39464

Browse files
committed
1.1.12
1 parent 21790e3 commit 0e39464

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.11")
51+
implementation("io.github.hyochan.openiap:openiap-google:1.1.12")
5252
}
5353
```
5454

5555
Or `build.gradle`:
5656

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

VERSION

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

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.11
19+
OPENIAP_VERSION=1.1.12
2020

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

0 commit comments

Comments
 (0)