Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge branch 'main' into dependabot/gradle/packages/in_app_purchase/i…
…n_app_purchase_android/android/androidx.annotation-annotation-1.6.0
  • Loading branch information
gmackall authored Apr 10, 2023
commit 714aba691596fc967c03bac66cb9d2441c8f69bf
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
## 0.2.4+4
## 0.2.5+1

* Updates androidx.annotation:annotation from 1.5.0 to 1.6.0.

## 0.2.5

* Fixes the management of `BillingClient` connection by handling `BillingResponse.serviceDisconnected`.
* Introduces `BillingClientManager`.
* Updates minimum Flutter version to 3.3.

## 0.2.4+3

* Clarifies explanation of endorsement in README.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: in_app_purchase_android
description: An implementation for the Android platform of the Flutter `in_app_purchase` plugin. This uses the Android BillingClient APIs.
repository: https://github.com/flutter/packages/tree/main/packages/in_app_purchase/in_app_purchase_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
version: 0.2.4+4
version: 0.2.5+1

environment:
sdk: ">=2.18.0 <4.0.0"
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.