Skip to content

Commit

Permalink
Update minSDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Dec 21, 2023
1 parent ecda9c8 commit db528b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 19
api-level: 21
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 19
minSdkVersion 21
}

defaultConfig {
Expand Down

0 comments on commit db528b8

Please sign in to comment.