Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Dec 21, 2023
1 parent fd747fc commit ecda9c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cronet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
if: always() && steps.install.outcome == 'success'
with:
# This should match the minSdkVersion in
# pkgs/cronet_http/android/build.gradle.
api-level: 19
target: ${{ matrix.package == 'cronet_http_embedded' && 'google_apis' || 'playstore' }}
arch: x86_64
Expand Down
1 change: 1 addition & 0 deletions pkgs/cronet_http/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ android {
}

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

Expand Down

0 comments on commit ecda9c8

Please sign in to comment.