Skip to content

Commit

Permalink
[CI]: Try to use api-level 33
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Oct 25, 2023
1 parent f6f51c2 commit bba2efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Run tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 26
api-level: 33
target: google_apis
arch: x86
ndk: 23.1.7779620
Expand Down
2 changes: 1 addition & 1 deletion tools/install-android-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ https://repo1.maven.org/maven2/org/freemarker/freemarker/2.3.31/freemarker-2.3.3
)

$ANDROID_CMDTOOLS/sdkmanager --verbose "cmake;3.18.1" "ndk;23.1.7779620"
$ANDROID_CMDTOOLS/sdkmanager "system-images;android-26;google_apis;x86"
$ANDROID_CMDTOOLS/sdkmanager "system-images;android-33;google_apis;x86"

echo -e "y\ny\ny\ny\ny\n" | $ANDROID_CMDTOOLS/sdkmanager --licenses

Expand Down

0 comments on commit bba2efa

Please sign in to comment.