Skip to content

Commit

Permalink
deploy: 1dcc1b6
Browse files Browse the repository at this point in the history
  • Loading branch information
miakh committed Nov 21, 2023
1 parent 508fc17 commit 303cf8a
Show file tree
Hide file tree
Showing 4 changed files with 43,902 additions and 43,820 deletions.
8 changes: 4 additions & 4 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"manifest.json": "708a5820eeef737e5b24292c9f41e215",
"flutter.js": "7d69e653079438abfbb24b82a655b0a4",
"version.json": "fc5afdfb560c4c94ca2ef0d71fbf6781",
"version.json": "7a9590585b8c77583d682398e421ed1f",
"android-chrome-512x512.png": "2892310b0218abf14b427060b082b6a3",
"favicon.png": "6fb5d6f862ea45c8e106498c95eacebd",
"index.html": "351e45137eec3322edf71bc2a6ea3e91",
"/": "351e45137eec3322edf71bc2a6ea3e91",
"index.html": "53567e8041808b28db6857f16f653560",
"/": "53567e8041808b28db6857f16f653560",
"android-chrome-192x192.png": "aefced29f3db758a7d8ee8f95027405f",
"icons/Icon-maskable-512.png": "f01e351a04589eaa46fb472c1d57c03a",
"icons/Icon-192.png": "c227e03773bf059c78871d25181e8e41",
Expand Down Expand Up @@ -70,7 +70,7 @@ const RESOURCES = {"manifest.json": "708a5820eeef737e5b24292c9f41e215",
"canvaskit/canvaskit.wasm": "64edb91684bdb3b879812ba2e48dd487",
"canvaskit/chromium/canvaskit.js": "0ae8bbcc58155679458a0f7a00f66873",
"canvaskit/chromium/canvaskit.wasm": "f87e541501c96012c252942b6b75d1ea",
"main.dart.js": "9dde4e49f1be925d73ef68bea448b162"};
"main.dart.js": "d3d380f20249567f186dce2affef13a4"};
// The application shell files that are downloaded before a service worker can
// start.
const CORE = ["main.dart.js",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "864318860";
const serviceWorkerVersion = "112749640";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
Loading

0 comments on commit 303cf8a

Please sign in to comment.