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+
15## 0.4.0+15
26
37* Updates Java compatibility version to 17.
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ android {
5757}
5858
5959dependencies {
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'
6464
6565 testImplementation(" junit:junit:4.13.2" )
6666 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.
33 Allows driving Flutter widgets from a native Espresso test.
44repository : https://github.com/flutter/packages/tree/main/packages/espresso
55issue_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
77
88environment :
99 sdk : ^3.9.0
You can’t perform that action at this time.
0 commit comments