Skip to content

Commit

Permalink
Updated webapp_beta to version 3.7.0_690
Browse files Browse the repository at this point in the history
  • Loading branch information
androidseb committed Mar 24, 2024
1 parent 8ae6692 commit 91e61ee
Show file tree
Hide file tree
Showing 4 changed files with 58,333 additions and 58,261 deletions.
8 changes: 4 additions & 4 deletions webapp_beta/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"index.html": "c6de2733330df6e53c191331b4e33548",
"/": "c6de2733330df6e53c191331b4e33548",
const RESOURCES = {"index.html": "02127c0381d5a6bcbda5747532b82b98",
"/": "02127c0381d5a6bcbda5747532b82b98",
"icons/Icon-512.png": "1f4d3a3b30ec92695adfc87857c068c5",
"icons/Icon-192.png": "3c328cfe2fa69d19b6bb97ed8a9476fd",
"canvaskit/skwasm.wasm": "1a074e8452fe5e0d02b112e22cdcf455",
Expand Down Expand Up @@ -2613,10 +2613,10 @@ const RESOURCES = {"index.html": "c6de2733330df6e53c191331b4e33548",
"assets/AssetManifest.json": "c774a403ceb9d635b4eb1ec889f9c2cb",
"assets/AssetManifest.bin": "c18a5ae78d4471da28c86cebb1c7d0d4",
"manifest.json": "ed5eebeefeb9951927373aa6d106aa4f",
"version.json": "d21440228af37cb954e0cc261091332f",
"version.json": "6ae4507d303f994f61c4c0531b75efc9",
"favicon.png": "08b885e38ecdf53b6a25c93bbbf679ba",
"flutter.js": "6fef97aeca90b426343ba6c5c9dc5d4a",
"main.dart.js": "20b623437cdaf258dfc2be3b09c3517b"};
"main.dart.js": "2d2ad6033f05941573fb52c967a74abf"};
// 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 webapp_beta/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('flutter-first-frame', function () {
navigator.serviceWorker.register('flutter_service_worker.js?v=1865854905');
navigator.serviceWorker.register('flutter_service_worker.js?v=173275902');
});
}
</script>
Expand Down
Loading

0 comments on commit 91e61ee

Please sign in to comment.