Skip to content

Commit d7fa0c3

Browse files
committed
Set minSdkVersion to 23
1 parent 653a51e commit d7fa0c3

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/cronet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
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' }}

pkgs/cronet_http/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

pkgs/cronet_http/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

pkgs/cronet_http/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)