mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-08-31 17:49:33 +00:00
Prepare for release 2.12.0.
This commit is contained in:
@@ -1,5 +1,19 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 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
|
## v2.11.1
|
||||||
|
|
||||||
* Update SDK command-line tools to `2.1`.
|
* Update SDK command-line tools to `2.1`.
|
||||||
|
|||||||
Reference in New Issue
Block a user