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

Commit

Permalink
[in_app_pur]: Bump espresso-core from 3.4.0 to 3.5.1 in /packages/in_…
Browse files Browse the repository at this point in the history
…app_purchase/in_app_purchase_android/android (#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] <support@github.com>

* Changelog

* Typo

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gary Qian <garyq@google.com>
  • Loading branch information
dependabot[bot] and GaryQian committed Jan 11, 2023
1 parent 8c461cf commit a119afd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/in_app_purchase/in_app_purchase_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.3+9

* Updates `androidx.test.espresso:espresso-core` to 3.5.1.

## 0.2.3+8

* Updates code for stricter lint checks.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ dependencies {
testImplementation 'org.json:json:20220924'
testImplementation 'org.mockito:mockito-core:4.7.0'
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: in_app_purchase_android
description: An implementation for the Android platform of the Flutter `in_app_purchase` plugin. This uses the Android BillingClient APIs.
repository: https://github.com/flutter/plugins/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.2.3+8
version: 0.2.3+9

environment:
sdk: ">=2.14.0 <3.0.0"
Expand Down

0 comments on commit a119afd

Please sign in to comment.