Skip to content
Open
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.0+8

* Bumps com.android.billingclient:billing from 7.1.1 to 8.1.0.

## 0.4.0+7

* Updates to Pigeon 26.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ android {

dependencies {
implementation("androidx.annotation:annotation:1.9.1")
implementation("com.android.billingclient:billing:7.1.1")
implementation("com.android.billingclient:billing:8.1.0")
testImplementation("junit:junit:4.13.2")
testImplementation("org.json:json:20250517")
testImplementation("org.mockito:mockito-core:5.19.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: An implementation for the Android platform of the Flutter `in_app_p
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.4.0+7
version: 0.4.0+8

environment:
sdk: ^3.9.0
Expand Down