Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions pkgs/cronet_http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Upgrade the `cronet-embedded` dependency to `141.7340` version to
support 16 KB page sizes. `cronet-embedded` has target SDK version of 24.
* Change the minimum SDK version to 24.
* Change the compile SDK version to 34 for compatibility with AGP 8.13.

## 1.5.0

Expand Down Expand Up @@ -71,22 +72,22 @@

## 1.0.0

* No functional changes.
* No functional changes.

## 0.4.2

* Require `package:jni >= 0.7.2` to remove a potential buffer overflow.
* Fix a bug where incorrect HTTP request methods were sent.

## 0.4.1
* Require `package:jni >= 0.7.1` so that depending on `package:cronet_http`

* Require `package:jni >= 0.7.1` so that depending on `package:cronet_http`
does not break macOS builds.

* Fix obsolete `CronetClient()` constructor usage.

## 0.4.0

* Use more efficient operations when copying bytes between Java and Dart.

## 0.3.0-jni
Expand Down Expand Up @@ -140,7 +141,7 @@

## 0.0.2

* Set `StreamedResponse.reasonPhrase` and `StreamedResponse.request`.
* Set `StreamedResponse.reasonPhrase` and `StreamedResponse.request`.

## 0.0.1

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 @@ -28,7 +28,7 @@ android {
namespace 'io.flutter.plugins.cronet_http'
}

compileSdkVersion 31
compileSdkVersion 34

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down