Releases: ReactiveCircus/android-emulator-runner
Releases · ReactiveCircus/android-emulator-runner
v2.16.0
v2.15.0
- Added support for specifying the number of cores to use for the emulator - #130.
v2.14.3
- Support
macos-11.0
(Big Sur) runner - #124.
v2.14.2
- Support API 28 system images with
google_apis
orgoogle_apis_playstore
target - #117.
v2.14.1
- Fix hang during AVD creation when
profile
is not specified - #113.
v2.14.0
- Support specifying SD card path or size via
sdcard-path-or-size
. - Update npm packages.
- Remove usages of deprecated
$ANDROID_HOME
.
v2.13.0
- Updated to SDK command-line tools
3.0
.
v2.12.0
Added support for using the playstore
system images:
- name: run tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 30
target: playstore
arch: x86
script: ./gradlew connectedCheck
v2.11.1
- Update SDK command-line tools to
2.1
. - Update @actions/core to
1.2.6
.
v2.11.0
- Support running multiple instances of the action sequentially in a single job - #73.