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

Commit 5683fe2

Browse files
committed
docs: update readme
1 parent a0f99d2 commit 5683fe2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131

3232
- name: Setup Gradle
3333
uses: gradle/gradle-build-action@v2
34+
with:
35+
# Avoid saving caches on publish runs to prevent noisy warnings
36+
cache-read-only: true
3437

3538
- name: Grant execute permission for gradlew
3639
run: chmod +x gradlew

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
[![Maven Central](https://img.shields.io/maven-central/v/io.github.hyochan.openiap/openiap-google)](https://central.sonatype.com/artifact/io.github.hyochan.openiap/openiap-google)
1212
[![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=21)
13+
[![Publish to Maven Central](https://github.com/hyodotdev/openiap-google/actions/workflows/publish.yml/badge.svg)](https://github.com/hyodotdev/openiap-google/actions/workflows/publish.yml)
14+
[![CI](https://github.com/hyodotdev/openiap-google/actions/workflows/ci.yml/badge.svg)](https://github.com/hyodotdev/openiap-google/actions/workflows/ci.yml)
1315
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
1416

1517
OpenIAP Android module: https://www.openiap.dev/
@@ -251,7 +253,7 @@ data class OpenIapProduct(
251253

252254
```kotlin
253255
data class OpenIapPurchase(
254-
val id: String, // purchaseToken on Android
256+
val id: String, // transactionId
255257
val productId: String,
256258
val ids: List<String>?, // alias of productIds
257259
val transactionDate: Double,

0 commit comments

Comments
 (0)