File tree 4 files changed +9
-5
lines changed
4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.1
2
+
3
+ * Updates the version of com.google.truth: truth to 1.1.3.
4
+
1
5
## 0.2.0+10
2
6
3
7
* Updates espresso dependencies.
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ dependencies {
54
54
androidTestImplementation ' org.hamcrest:hamcrest:2.2'
55
55
56
56
testImplementation ' junit:junit:4.13.2'
57
- testImplementation " com.google.truth:truth:1.0 "
57
+ testImplementation " com.google.truth:truth:1.1.3 "
58
58
api ' androidx.test:runner:1.1.1'
59
59
api ' androidx.test.espresso:espresso-core:3.5.1'
60
60
@@ -68,7 +68,7 @@ dependencies {
68
68
// Assertions
69
69
api ' androidx.test.ext:junit:1.1.5'
70
70
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 '
72
72
73
73
// Espresso dependencies
74
74
api ' androidx.test.espresso:espresso-core:3.5.1'
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ flutter {
56
56
57
57
dependencies {
58
58
testImplementation ' junit:junit:4.13.2'
59
- testImplementation " com.google.truth:truth:1.0 "
59
+ testImplementation " com.google.truth:truth:1.1.3 "
60
60
androidTestImplementation ' androidx.test:runner:1.1.1'
61
61
androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.1'
62
62
@@ -70,7 +70,7 @@ dependencies {
70
70
// Assertions
71
71
androidTestImplementation ' androidx.test.ext:junit:1.0.0'
72
72
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 '
74
74
75
75
// Espresso dependencies
76
76
androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.0'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Java classes for testing Flutter apps using Espresso.
3
3
Allows driving Flutter widgets from a native Espresso test.
4
4
repository : https://github.com/flutter/packages/tree/main/packages/espresso
5
5
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
7
7
8
8
environment :
9
9
sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments