File tree 2 files changed +4
-3
lines changed
packages/in_app_purchase/in_app_purchase
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- ## NEXT
1
+ ## 3.0.8
2
2
3
3
* Updates minimum Flutter version to 2.10.
4
+ * Bumps minimum in_app_purchase_android to 0.2.3.
4
5
5
6
## 3.0.7
6
7
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: in_app_purchase
2
2
description : A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
3
3
repository : https://github.com/flutter/plugins/tree/main/packages/in_app_purchase/in_app_purchase
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
5
- version : 3.0.7
5
+ version : 3.0.8
6
6
7
7
environment :
8
8
sdk : " >=2.12.0 <3.0.0"
@@ -19,7 +19,7 @@ flutter:
19
19
dependencies :
20
20
flutter :
21
21
sdk : flutter
22
- in_app_purchase_android : ^0.2.1
22
+ in_app_purchase_android : ^0.2.3
23
23
in_app_purchase_platform_interface : ^1.0.0
24
24
in_app_purchase_storekit : ^0.3.0+1
25
25
You can’t perform that action at this time.
0 commit comments