Merge pull request #150122 from miallo/patch-1

androidenv: change default emulatorVersion to one available
This commit is contained in:
Bobby Rong 2022-01-01 22:48:16 +08:00 committed by GitHub
commit 5a359ba13c
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