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

Commit 2daf6cf

Browse files
committed
docs: update readme
1 parent 629a722 commit 2daf6cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

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

5555
Or `build.gradle`:
5656

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

0 commit comments

Comments
 (0)