We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c06c6c commit 4a90d16Copy full SHA for 4a90d16
pkgs/cronet_http/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.4.1-wip
2
+
3
+* Upgrade Cronet dependencies version.
4
5
## 1.4.0
6
7
* Add a new `CronetStreamedResponse` class that provides additional information
pkgs/cronet_http/android/build.gradle
@@ -64,8 +64,8 @@ android {
64
65
dependencies {
66
if (dartDefines.cronetHttpNoPlay == 'true') {
67
- implementation 'org.chromium.net:cronet-embedded:113.5672.61'
+ implementation 'org.chromium.net:cronet-embedded:119.6045.31'
68
} else {
69
- implementation "com.google.android.gms:play-services-cronet:18.0.1"
+ implementation "com.google.android.gms:play-services-cronet:18.1.0"
70
}
71
0 commit comments