File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11## 1.6.0-wip
22
3- * Upgrade ` cronet-embedded ` dependency version to support 16 KB page sizes.
4- This forces the minimum Android SDK version to 23.
3+ * Upgrade the ` cronet-embedded ` dependency to ` 141.7340 ` version to
4+ support 16 KB page sizes. ` cronet-embedded ` has target SDK version of 24.
5+ * Change the minimum SDK version to 24.
56
67## 1.5.0
78
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ android {
4848 // - .github/workflows/cronet.yml
4949 // - pkgs/cronet_http/android/build.gradle
5050 // - pkgs/cronet_http/example/android/app/build.gradle
51- minSdkVersion 23
51+ minSdkVersion 24
5252 }
5353
5454 defaultConfig {
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ android {
4646 // - .github/workflows/cronet.yml
4747 // - pkgs/cronet_http/android/build.gradle
4848 // - pkgs/cronet_http/example/android/app/build.gradle
49- minSdkVersion 23
49+ minSdkVersion 24
5050 targetSdkVersion flutter. targetSdkVersion
5151 versionCode flutterVersionCode. toInteger()
5252 versionName flutterVersionName
You can’t perform that action at this time.
0 commit comments