File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.4.0+16
2
+
3
+ * Bumps ` com.google.guava:guava ` from ` 33.4.8-android ` to ` 33.5.0-android ` .
4
+
1
5
## 0.4.0+15
2
6
3
7
* Updates Java compatibility version to 17.
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ android {
57
57
}
58
58
59
59
dependencies {
60
- implementation( " com.google.guava:guava:33.4.8 -android" )
61
- implementation( " com.squareup.okhttp3:okhttp:5.1.0" )
62
- implementation( " com.google.code.gson:gson:2.13.2" )
63
- androidTestImplementation( " org.hamcrest:hamcrest:3.0" )
60
+ implementation ' com.google.guava:guava:33.5.0 -android'
61
+ implementation ' com.squareup.okhttp3:okhttp:5.1.0'
62
+ implementation ' com.google.code.gson:gson:2.13.2'
63
+ androidTestImplementation ' org.hamcrest:hamcrest:3.0'
64
64
65
65
testImplementation(" junit:junit:4.13.2" )
66
66
testImplementation(" com.google.truth:truth:1.4.5" )
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.4.0+15
6
+ version : 0.4.0+16
7
7
8
8
environment :
9
9
sdk : ^3.9.0
You can’t perform that action at this time.
0 commit comments