Prepare for release 2.34.0.

This commit is contained in:
Yang
2025-03-29 01:48:44 +11:00
parent 595a4563df
commit 2548f9f3fc
+4
View File
@@ -2,6 +2,10 @@
## Unreleased
No changes yet.
## v2.34.0
* Allow arbitrary value for `api-level` such as `Baklava` and `35-ext15`. - [428](https://github.com/ReactiveCircus/android-emulator-runner/pull/428)
* Add option to specify `system-image-api-level` to use a system image with a different API level than the platform. - [428](https://github.com/ReactiveCircus/android-emulator-runner/pull/428)
* Support automotive and desktop targets: `android-automotive`, `android-automotive-playstore`, `android-desktop`. - [428](https://github.com/ReactiveCircus/android-emulator-runner/pull/428)