Skip to content

Commit

Permalink
Update more icons in Emulator UI v1.12.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchenshi committed May 21, 2024
1 parent dda60a1 commit 4910c1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/emulator/downloadableEmulators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
ui: experiments.isEnabled("emulatoruisnapshot")
? { version: "SNAPSHOT", expectedSize: -1, expectedChecksum: "" }
: {
version: "1.12.0",
expectedSize: 3498195,
expectedChecksum: "af39891f4d24fb52af73556bc765b8dd",
version: "1.12.1",
expectedSize: 3498269,
expectedChecksum: "a7f4398a00e5ca22abdcd78dc3877d00",
},
pubsub: {
version: "0.8.2",
Expand Down

0 comments on commit 4910c1f

Please sign in to comment.