mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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:
parent
b6bf1ca717
commit
962d74ce84
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue