Skip to content

Commit

Permalink
Prepare for release 2.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Oct 16, 2020
1 parent 53151f5 commit 15da0b2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 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

* Update SDK command-line tools to `2.1`.
Expand Down

0 comments on commit 15da0b2

Please sign in to comment.