diff --git a/pkgs/cronet_http/CHANGELOG.md b/pkgs/cronet_http/CHANGELOG.md index a160e3b213..1128d560bf 100644 --- a/pkgs/cronet_http/CHANGELOG.md +++ b/pkgs/cronet_http/CHANGELOG.md @@ -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 @@ -71,7 +72,7 @@ ## 1.0.0 -* No functional changes. +* No functional changes. ## 0.4.2 @@ -79,14 +80,14 @@ * 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 @@ -140,7 +141,7 @@ ## 0.0.2 -* Set `StreamedResponse.reasonPhrase` and `StreamedResponse.request`. +* Set `StreamedResponse.reasonPhrase` and `StreamedResponse.request`. ## 0.0.1 diff --git a/pkgs/cronet_http/android/build.gradle b/pkgs/cronet_http/android/build.gradle index cbdf0a4b1b..1724b227d6 100644 --- a/pkgs/cronet_http/android/build.gradle +++ b/pkgs/cronet_http/android/build.gradle @@ -28,7 +28,7 @@ android { namespace 'io.flutter.plugins.cronet_http' } - compileSdkVersion 31 + compileSdkVersion 34 compileOptions { sourceCompatibility JavaVersion.VERSION_11