Skip to content

Commit 32dee0c

Browse files
authored
chore(cronet_http): bump compileSdkVersion to 34 (#1832)
1 parent 2c53fa3 commit 32dee0c

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

pkgs/cronet_http/CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Upgrade the `cronet-embedded` dependency to `141.7340` version to
44
support 16 KB page sizes. `cronet-embedded` has target SDK version of 24.
55
* Change the minimum SDK version to 24.
6+
* Change the compile SDK version to 34 for compatibility with AGP 8.13.
67

78
## 1.5.0
89

@@ -71,22 +72,22 @@
7172

7273
## 1.0.0
7374

74-
* No functional changes.
75+
* No functional changes.
7576

7677
## 0.4.2
7778

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

8182
## 0.4.1
82-
83-
* Require `package:jni >= 0.7.1` so that depending on `package:cronet_http`
83+
84+
* Require `package:jni >= 0.7.1` so that depending on `package:cronet_http`
8485
does not break macOS builds.
8586

8687
* Fix obsolete `CronetClient()` constructor usage.
8788

8889
## 0.4.0
89-
90+
9091
* Use more efficient operations when copying bytes between Java and Dart.
9192

9293
## 0.3.0-jni
@@ -140,7 +141,7 @@
140141

141142
## 0.0.2
142143

143-
* Set `StreamedResponse.reasonPhrase` and `StreamedResponse.request`.
144+
* Set `StreamedResponse.reasonPhrase` and `StreamedResponse.request`.
144145

145146
## 0.0.1
146147

pkgs/cronet_http/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828
namespace 'io.flutter.plugins.cronet_http'
2929
}
3030

31-
compileSdkVersion 31
31+
compileSdkVersion 34
3232

3333
compileOptions {
3434
sourceCompatibility JavaVersion.VERSION_11

0 commit comments

Comments
 (0)