Prepare for release 2.12.0.

This commit is contained in:
Yang
2020-10-16 14:39:02 +11:00
parent 53151f5236
commit 15da0b2f14
+14
View File
@@ -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`.