File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -59,20 +59,20 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
5959 dataconnect :
6060 process . platform === "darwin" // macos
6161 ? {
62- version : "2.3.1 " ,
63- expectedSize : 27271936 ,
64- expectedChecksum : "5ffcfe584c5af818477a00eb6450dd66 " ,
62+ version : "2.4.0 " ,
63+ expectedSize : 27316992 ,
64+ expectedChecksum : "615fb819b38dc61a36f18f0f8017379d " ,
6565 }
6666 : process . platform === "win32" // windows
6767 ? {
68- version : "2.3.1 " ,
69- expectedSize : 27729408 ,
70- expectedChecksum : "b71f1686724e8e051810b3a2e14c6d08 " ,
68+ version : "2.4.0 " ,
69+ expectedSize : 27774464 ,
70+ expectedChecksum : "1968300587f73fff246aa5c2cf9008fe " ,
7171 }
7272 : {
73- version : "2.3.1 " , // linux
74- expectedSize : 27185304 ,
75- expectedChecksum : "54c40731f4563073404591ef1ffcdc20 " ,
73+ version : "2.4.0 " , // linux
74+ expectedSize : 27230360 ,
75+ expectedChecksum : "88407f13d5647aab496c3810666867a4 " ,
7676 } ,
7777} ;
7878
You can’t perform that action at this time.
0 commit comments