Skip to content

Commit

Permalink
update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mvojtkovszky committed Apr 8, 2024
1 parent 3b48cac commit aaf60f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 2.4.0 (2024-04-05)
## 2.4.0 (2024-04-08)
* `BillingHelper.billingClient` is now public.
* Add `enableAlternativeBillingOnly` and `enableExternalOffer` properties to constructor.
* bump Google Billing to 6.2.0
Expand Down Expand Up @@ -109,4 +109,4 @@
* fix bug where cancelled flow gets reported incorrectly
* fix invoke listeners in try/catch block
* add support for `obfuscatedAccountId`, `obfuscatedProfileId` and `setVrPurchaseFlow
* bump Kotlin to 1.4.10
* bump Kotlin to 1.4.10
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BillingHelper
Simplify the use of Google Play Billing Library (v6.1.0).
Simplify the use of Google Play Billing Library (v6.2.0).
Handles client connection, querying product details, owned purchases, different purchase types,
acknowledging purchases, verify purchase signatures etc.

Expand Down

0 comments on commit aaf60f7

Please sign in to comment.