File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments