This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 3 files changed +8
-3
lines changed
packages/in_app_purchase/in_app_purchase_android
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
6
## 0.2.4
2
7
3
8
* Updates minimum Flutter version to 3.0.
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ android {
54
54
}
55
55
56
56
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'
59
59
testImplementation ' junit:junit:4.13.2'
60
60
testImplementation ' org.json:json:20220924'
61
61
testImplementation ' org.mockito:mockito-core:4.7.0'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: in_app_purchase_android
2
2
description : An implementation for the Android platform of the Flutter `in_app_purchase` plugin. This uses the Android BillingClient APIs.
3
3
repository : https://github.com/flutter/plugins/tree/main/packages/in_app_purchase/in_app_purchase_android
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 : 0.2.4
5
+ version : 0.2.4+1
6
6
7
7
environment :
8
8
sdk : " >=2.14.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments