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"
6161 ? {
62- version : "1.6.0 " ,
63- expectedSize : 25301760 ,
64- expectedChecksum : "4fad7ada11b35ecea6c8aadf132a5a8a " ,
62+ version : "1.6.1 " ,
63+ expectedSize : 25309952 ,
64+ expectedChecksum : "826692eb4ed9cf11becb595c386eb7bf " ,
6565 }
6666 : process . platform === "win32"
6767 ? {
68- version : "1.6.0 " ,
69- expectedSize : 25731072 ,
70- expectedChecksum : "8d3a59cc79cd74199ee1d8c28012297f " ,
68+ version : "1.6.1 " ,
69+ expectedSize : 25737728 ,
70+ expectedChecksum : "1e87a3a1f95d7b21cebf18f551619167 " ,
7171 }
7272 : {
73- version : "1.6.0 " ,
74- expectedSize : 25219224 ,
75- expectedChecksum : "ceb10cfca7ded004c48f7724dbc0cccf " ,
73+ version : "1.6.1 " ,
74+ expectedSize : 25223320 ,
75+ expectedChecksum : "b13218419fcaaa3ad22005ce8378412d " ,
7676 } ,
7777} ;
7878
You can’t perform that action at this time.
0 commit comments