Skip to content

Commit a119afd

Browse files
[in_app_pur]: Bump espresso-core from 3.4.0 to 3.5.1 in /packages/in_app_purchase/in_app_purchase_android/android (flutter#6924)
* [in_app_pur]: Bump espresso-core Bumps espresso-core from 3.4.0 to 3.5.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Changelog * Typo Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gary Qian <[email protected]>
1 parent 8c461cf commit a119afd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/in_app_purchase/in_app_purchase_android/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.3+9
2+
3+
* Updates `androidx.test.espresso:espresso-core` to 3.5.1.
4+
15
## 0.2.3+8
26

37
* Updates code for stricter lint checks.

packages/in_app_purchase/in_app_purchase_android/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ dependencies {
6060
testImplementation 'org.json:json:20220924'
6161
testImplementation 'org.mockito:mockito-core:4.7.0'
6262
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'
6464
}

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.3+8
5+
version: 0.2.3+9
66

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

0 commit comments

Comments
 (0)