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

Commit 1e58ab0

Browse files
[in_app_pur]: Bump billing from 5.0.0 to 5.1.0 in /packages/in_app_purchase/in_app_purchase_android/android (#6701)
* [in_app_pur]: Bump billing Bumps billing from 5.0.0 to 5.1.0. --- updated-dependencies: - dependency-name: com.android.billingclient:billing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Add annotation and modify changelog --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: camsim99 <[email protected]>
1 parent bde2ff0 commit 1e58ab0

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

packages/in_app_purchase/in_app_purchase_android/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.2.4+1
2+
3+
* Updates Google Play Billing Library to 5.1.0.
4+
* Updates androidx.annotation to 1.5.0.
5+
16
## 0.2.4
27

38
* Updates minimum Flutter version to 3.0.

packages/in_app_purchase/in_app_purchase_android/android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ android {
5454
}
5555

5656
dependencies {
57-
implementation 'androidx.annotation:annotation:1.3.0'
58-
implementation 'com.android.billingclient:billing:5.0.0'
57+
implementation 'androidx.annotation:annotation:1.5.0'
58+
implementation 'com.android.billingclient:billing:5.1.0'
5959
testImplementation 'junit:junit:4.13.2'
6060
testImplementation 'org.json:json:20220924'
6161
testImplementation 'org.mockito:mockito-core:4.7.0'

packages/in_app_purchase/in_app_purchase_android/pubspec.yaml

+1-1
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/main/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.2.4
5+
version: 0.2.4+1
66

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

0 commit comments

Comments
 (0)