File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.0+3
2
+
3
+ * Bumps okhttp to 4.10.0.
4
+
1
5
## 0.2.0+2
2
6
3
7
* Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ android {
50
50
51
51
dependencies {
52
52
implementation ' com.google.guava:guava:31.1-android'
53
- implementation ' com.squareup.okhttp3:okhttp:3.12.1 '
53
+ implementation ' com.squareup.okhttp3:okhttp:4.10.0 '
54
54
implementation ' com.google.code.gson:gson:2.8.6'
55
55
androidTestImplementation ' org.hamcrest:hamcrest:2.2'
56
56
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/plugins/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+2
6
+ version : 0.2.0+3
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