Skip to content

Commit 15da0b2

Browse files
committed
Prepare for release 2.12.0.
1 parent 53151f5 commit 15da0b2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## v2.12.0
4+
5+
Added support for using the `playstore` system images:
6+
7+
```
8+
- name: run tests
9+
uses: reactivecircus/android-emulator-runner@v2
10+
with:
11+
api-level: 30
12+
target: playstore
13+
arch: x86
14+
script: ./gradlew connectedCheck
15+
```
16+
317
## v2.11.1
418

519
* Update SDK command-line tools to `2.1`.

0 commit comments

Comments
 (0)