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 23f2463
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,10 @@ jobs:
force-avd-creation: false
disable-animations: true
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
api-level: 31
api-level: 35
target: google_apis_ps16k
arch: x86_64
ndk: 25.2.9519653
ndk: 27.0.12077973
cmake: 3.10.2.4988404
script: echo "Generated Emulator snapshot for caching."

Expand All @@ -458,9 +459,10 @@ 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
target: google_apis_ps16k
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 23f2463

Please sign in to comment.