Skip to content

Commit 4aedb85

Browse files
authored
[Espresso] Update truth package to 1.1.3 (#3358)
[Espresso] Update truth package to 1.1.3
1 parent dbce04e commit 4aedb85

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

packages/espresso/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.1
2+
3+
* Updates the version of com.google.truth:truth to 1.1.3.
4+
15
## 0.2.0+10
26

37
* Updates espresso dependencies.

packages/espresso/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
androidTestImplementation 'org.hamcrest:hamcrest:2.2'
5555

5656
testImplementation 'junit:junit:4.13.2'
57-
testImplementation "com.google.truth:truth:1.0"
57+
testImplementation "com.google.truth:truth:1.1.3"
5858
api 'androidx.test:runner:1.1.1'
5959
api 'androidx.test.espresso:espresso-core:3.5.1'
6060

@@ -68,7 +68,7 @@ dependencies {
6868
// Assertions
6969
api 'androidx.test.ext:junit:1.1.5'
7070
api 'androidx.test.ext:truth:1.5.0'
71-
api 'com.google.truth:truth:0.42'
71+
api 'com.google.truth:truth:1.1.3'
7272

7373
// Espresso dependencies
7474
api 'androidx.test.espresso:espresso-core:3.5.1'

packages/espresso/example/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ flutter {
5656

5757
dependencies {
5858
testImplementation 'junit:junit:4.13.2'
59-
testImplementation "com.google.truth:truth:1.0"
59+
testImplementation "com.google.truth:truth:1.1.3"
6060
androidTestImplementation 'androidx.test:runner:1.1.1'
6161
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
6262

@@ -70,7 +70,7 @@ dependencies {
7070
// Assertions
7171
androidTestImplementation 'androidx.test.ext:junit:1.0.0'
7272
androidTestImplementation 'androidx.test.ext:truth:1.0.0'
73-
androidTestImplementation 'com.google.truth:truth:0.42'
73+
androidTestImplementation 'com.google.truth:truth:1.1.3'
7474

7575
// Espresso dependencies
7676
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'

packages/espresso/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Java classes for testing Flutter apps using Espresso.
33
Allows driving Flutter widgets from a native Espresso test.
44
repository: https://github.com/flutter/packages/tree/main/packages/espresso
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+espresso%22
6-
version: 0.2.0+10
6+
version: 0.2.1
77

88
environment:
99
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)