Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Hammuu1112 authored Mar 28, 2024
1 parent ad58049 commit 530c085
Show file tree
Hide file tree
Showing 4 changed files with 266 additions and 266 deletions.
8 changes: 4 additions & 4 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ const RESOURCES = {"assets/AssetManifest.bin": "5f503400b338f2d6e8bc61438840a217
"icons/favicon-32x32.png": "bf8ae1f0210a568b65cc2d4208004cdd",
"icons/favicon.ico": "a4a2e9bd7f38cd26922a4ad9ac9a8714",
"img/flutter-logo.png": "680596443602745483f66870e07d7e94",
"index.html": "1a82b7799d92b0668f455c1d80e11def",
"/": "1a82b7799d92b0668f455c1d80e11def",
"index.html": "ded3628e5ce7fac85d680d6883072204",
"/": "ded3628e5ce7fac85d680d6883072204",
"install.js": "2c8700fd8bf96f556c179c5eaea8e8a2",
"main.dart.js": "e58202fe1e75230d33f8ab5a0e759911",
"main.dart.js": "d7b0e3e1f97a1891400d8a05b25ca071",
"manifest.json": "cee3ff988c33441e88211224b05a88fb",
"styles.css": "163855fd240b2a8d4e378c5187267607",
"version.json": "ff10433ed8a019eca7efba638ed5f5e0"};
"version.json": "2fdf81360abefd0d423f60d414de519b"};
// 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 @@ -73,7 +73,7 @@
https://developers.google.com/web/fundamentals/primers/service-workers -->

<script>
const serviceWorkerVersion = "3884784511";
const serviceWorkerVersion = "1574093596";
var scriptLoaded = false;

function loadMainDartJs() {
Expand Down
Loading

0 comments on commit 530c085

Please sign in to comment.