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

Commit 5e54355

Browse files
authored
[in_app_purchase] Fix in_app_purchase_android/README.md (#4363)
1 parent 90b2844 commit 5e54355

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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.5+1
2+
3+
* Fix a broken link in the README.
14
## 0.1.5
25

36
* Introduced the `SkuDetailsWrapper.introductoryPriceAmountMicros` field of the correct type (`int`) and deprecated the `SkuDetailsWrapper.introductoryPriceMicros` field.

packages/in_app_purchase/in_app_purchase_android/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ If you would like to contribute to the plugin, check out our
2424
[contribution guide](https://github.com/flutter/plugins/blob/master/CONTRIBUTING.md).
2525

2626

27-
[1]: ../in_app_purchase/in_app_purchase
27+
[1]: https://pub.dev/packages/in_app_purchase
2828
[2]: https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin
2929
[3]: https://pub.dev/packages/in_app_purchase_android/install

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.5
5+
version: 0.1.5+1
66

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

0 commit comments

Comments
 (0)