Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion packages/in_app_purchase/in_app_purchase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## 3.2.3
* Updates minimum `in_app_purchase_storekit` version to 0.4.0.

## 3.2.2

* Updates `in_app_purchase_storekit` to 0.4.0
* Updates README with Storekit 2 examples.
* Updates README to indicate that Andoid SDK <21 is no longer supported.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
# the parent directory to use the current plugin's version.
path: ../
in_app_purchase_android: ^0.4.0
in_app_purchase_storekit: ^0.3.4
in_app_purchase_storekit: ^0.4.0
shared_preferences: ^2.0.0

dev_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions packages/in_app_purchase/in_app_purchase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: in_app_purchase
description: A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
repository: https://github.com/flutter/packages/tree/main/packages/in_app_purchase/in_app_purchase
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
version: 3.2.2
version: 3.2.3

environment:
sdk: ^3.5.0
Expand All @@ -23,7 +23,7 @@ dependencies:
sdk: flutter
in_app_purchase_android: ^0.4.0
in_app_purchase_platform_interface: ^1.4.0
in_app_purchase_storekit: ^0.3.14
in_app_purchase_storekit: ^0.4.0

dev_dependencies:
flutter_test:
Expand Down