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

Commit f0cbddd

Browse files
chore: update version to 1.2.11 [skip ci]
1 parent a579a0e commit f0cbddd

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

5555
Or `build.gradle`:
5656

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

openiap-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"google": "1.2.10",
2+
"google": "1.2.11",
33
"gql": "1.0.11"
44
}

0 commit comments

Comments
 (0)