Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 24409e6

Browse files
committed
fix: pubspec.yml and CHANGELOG.md
1 parent 2a81932 commit 24409e6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/in_app_purchase/in_app_purchase_android/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.1.4+7
2+
3+
* Fix broken link in packages/in_app_purchase/in_app_purchase_android/README.
14
## 0.1.4+6
25

36
* Ensure that purchases correctly indicate whether they are acknowledged or not. The `PurchaseDetails.pendingCompletePurchase` field now correctly indicates if the purchase still needs to be completed.

packages/in_app_purchase/in_app_purchase_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: in_app_purchase_android
22
description: An implementation for the Android platform of the Flutter `in_app_purchase` plugin. This uses the Android BillingClient APIs.
33
repository: https://github.com/flutter/plugins/tree/master/packages/in_app_purchase/in_app_purchase_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
5-
version: 0.1.4+6
5+
version: 0.1.4+7
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)