androidenv: default emulatorVersion to one available

The last repo.json update in a0f6a8af81 removed the default emulator version, so it had to be changed (or the repo.json had to be overwritten) for it to work.
Instead use the most recent available emulator version
This commit is contained in:
Michael Lohmann 2021-12-10 20:43:45 +01:00 committed by GitHub
parent b6bf1ca717
commit 962d74ce84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
, platformToolsVersion ? "31.0.3"
, buildToolsVersions ? [ "31.0.0" ]
, includeEmulator ? false
, emulatorVersion ? "30.6.3"
, emulatorVersion ? "30.9.0"
, platformVersions ? []
, includeSources ? false
, includeSystemImages ? false