Skip to content
4 changes: 4 additions & 0 deletions pkgs/cronet_http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.6.0-wip

* Upgrade `cronet-embedded` dependency version to support 16 KB page sizes.

## 1.5.0

* Add the ability to abort requests.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cronet_http/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ android {

dependencies {
if (dartDefines.cronetHttpNoPlay == 'true') {
implementation 'org.chromium.net:cronet-embedded:119.6045.31'
implementation 'org.chromium.net:cronet-embedded:141.7340.3'
} else {
implementation "com.google.android.gms:play-services-cronet:18.1.0"
}
Expand Down
Loading