File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 # the tests that rely on Google Play services with the newest API
7171 # level (34 as of March 2025). The tests that don't rely on Google
7272 # Play serviecs can test the oldest supported API level.
73- api-level : ${{ matrix.cronetHttpNoPlay == 'true' && '21 ' || '29' }}
73+ api-level : ${{ matrix.cronetHttpNoPlay == 'true' && '23 ' || '29' }}
7474 disable-animations : true
7575 arch : x86_64
7676 target : ${{ matrix.cronetHttpNoPlay == 'true' && 'default' || 'google_apis' }}
Original file line number Diff line number Diff line change 11## 1.6.0-wip
22
33* Upgrade ` cronet-embedded ` dependency version to support 16 KB page sizes.
4+ This forces the minimum Android SDK version to 23.
45
56## 1.5.0
67
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 21
51+ minSdkVersion 23
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 21
49+ minSdkVersion 23
5050 targetSdkVersion flutter. targetSdkVersion
5151 versionCode flutterVersionCode. toInteger()
5252 versionName flutterVersionName
You can’t perform that action at this time.
0 commit comments