Skip to content

Commit

Permalink
Updated supported API version
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Dec 21, 2023
1 parent db528b8 commit 9f4328a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cronet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
# This should match the minSdkVersion in
# pkgs/cronet_http/android/build.gradle.
api-level: 21
api-level: 22
target: ${{ matrix.package == 'cronet_http_embedded' && 'google_apis' || 'playstore' }}
arch: x86_64
profile: pixel
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cronet_http/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ android {

defaultConfig {
// This should match the version tested in .github/workflows/cronet.yml
minSdkVersion 21
minSdkVersion 22
}

defaultConfig {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cronet_http/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {
applicationId "io.flutter.cronet_http_example"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion 21
minSdkVersion 22
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down

0 comments on commit 9f4328a

Please sign in to comment.