File tree 3 files changed +6
-2
lines changed
packages/in_app_purchase/in_app_purchase_android
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.3+9
2
+
3
+ * Updates ` androidx.test.espresso:espresso-core ` to 3.5.1.
4
+
1
5
## 0.2.3+8
2
6
3
7
* Updates code for stricter lint checks.
Original file line number Diff line number Diff line change @@ -60,5 +60,5 @@ dependencies {
60
60
testImplementation ' org.json:json:20220924'
61
61
testImplementation ' org.mockito:mockito-core:4.7.0'
62
62
androidTestImplementation ' androidx.test:runner:1.4.0'
63
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0 '
63
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
64
64
}
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.3+8
5
+ version : 0.2.3+9
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