From df4b3a74aac6ff00035d048cc7ed934db9af692d Mon Sep 17 00:00:00 2001 From: Benjamin Schoenberger <25782944+Reprevise@users.noreply.github.com> Date: Wed, 8 Oct 2025 10:26:31 -0400 Subject: [PATCH 1/2] chore(cronet_http): bump compileSdkVersion to 34 --- pkgs/cronet_http/CHANGELOG.md | 11 ++++++----- pkgs/cronet_http/android/build.gradle | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/pkgs/cronet_http/CHANGELOG.md b/pkgs/cronet_http/CHANGELOG.md index a160e3b213..ed1f8e40cd 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 compilie 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 From 2b4976268e1ada4b4a0fb5f4e894f08416afa575 Mon Sep 17 00:00:00 2001 From: Benjamin Schoenberger <25782944+Reprevise@users.noreply.github.com> Date: Wed, 8 Oct 2025 10:38:48 -0400 Subject: [PATCH 2/2] fix typo --- pkgs/cronet_http/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/cronet_http/CHANGELOG.md b/pkgs/cronet_http/CHANGELOG.md index ed1f8e40cd..1128d560bf 100644 --- a/pkgs/cronet_http/CHANGELOG.md +++ b/pkgs/cronet_http/CHANGELOG.md @@ -3,7 +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 compilie SDK version to 34 for compatibility with AGP 8.13. +* Change the compile SDK version to 34 for compatibility with AGP 8.13. ## 1.5.0