Skip to content

Commit

Permalink
Update Android emulator to API level 35 (Android 15) and ndk 27.0.120…
Browse files Browse the repository at this point in the history
…77973
  • Loading branch information
nielsenko committed Aug 12, 2024
1 parent 546d349 commit 31bcc2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -458,9 +458,9 @@ jobs:
force-avd-creation: false
disable-animations: true
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
api-level: 31
api-level: 35
arch: x86_64
ndk: 25.2.9519653
ndk: 27.0.12077973
cmake: 3.10.2.4988404
script: cd packages/realm/tests && flutter test integration_test/all_tests.dart --dart-define=BAAS_BAASAAS_API_KEY=$BAAS_BAASAAS_API_KEY --dart-define=BAAS_DIFFERENTIATOR=$BAAS_DIFFERENTIATOR --file-reporter=json:test-results.json --suppress-analytics

Expand Down

0 comments on commit 31bcc2a

Please sign in to comment.