Releases: ReactiveCircus/android-emulator-runner
Releases · ReactiveCircus/android-emulator-runner
v2.24.0
What's Changed
- Update README for using with gradle/gradle-build-action by @Goooler in #230
- Add more .gitignore rules by @Goooler in #231
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #237
- Bump GH actions by @Goooler in #240
- Add option to specify AVD heap size by @timusus in #245
New Contributors
Full Changelog: v2.23.0...v2.24.0
v2.23.0
- Update build tools to
32.0.0
. - #212 - Update SDK command-line tools to
6.0
. - #213 - Add option to specify
disk-size
for the AVD. - #219 @ViliusSutkus89. - Improve logging by grouping log lines. - #224 @michaelkaye.
v2.22.0
- Add option to enable hardware keyboard. - #209 (upstreamed from the Doist fork).
- Update README and fix typos. - #203 @JPrendy.
v2.21.0
v2.20.0
- Support non-mobile targets:
android-wear
,android-wear-cn
,android-tv
andgoogle-tv
. - #180 @alexvanyo. - Update SDK command-line tools to
5.0
. - #174 - Update build tools to
31.0.0
. - #174 - Add option to specify the
channel
to download SDK components from:stable
(default),beta
,dev
andcanary
. - #185
v2.19.1
- Accept all Android SDK Licenses to fix
sdkmanager
installation. - #172 @marcuspridham.
v2.19.0
- Add option to specify
ram-size
for the AVD. - #165.
v2.18.1
- Added support for setting modern emulator build ids for
emulator-build
. Not all build ids are supported until we are able to figure out at which build id the download URL pattern changed.7425822
(version 30.7.3) is currently the last known working build id.
v2.18.0
v2.17.0
- Add option to toggle Linux hardware acceleration - #154 @stevestotter