Skip to content

Commit

Permalink
Updated webapp_beta to version 3.5.0_607_beta
Browse files Browse the repository at this point in the history
  • Loading branch information
androidseb committed Jul 18, 2023
1 parent a46e920 commit 90ebe52
Show file tree
Hide file tree
Showing 4 changed files with 6,145 additions and 6,145 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": "1da55700782a663106cf7e6675e57228",
"/": "1da55700782a663106cf7e6675e57228",
const RESOURCES = {"index.html": "9e98a7e217a866edfeef2cd241f185e4",
"/": "9e98a7e217a866edfeef2cd241f185e4",
"icons/Icon-512.png": "1f4d3a3b30ec92695adfc87857c068c5",
"icons/Icon-192.png": "3c328cfe2fa69d19b6bb97ed8a9476fd",
"canvaskit/skwasm.wasm": "6711032e17bf49924b2b001cef0d3ea3",
Expand Down Expand Up @@ -658,10 +658,10 @@ const RESOURCES = {"index.html": "1da55700782a663106cf7e6675e57228",
"assets/AssetManifest.json": "5810da8762bc3a32c0ce5d6f766cab67",
"assets/AssetManifest.bin": "881420f3b9e9bd100135fcfacd79a473",
"manifest.json": "ed5eebeefeb9951927373aa6d106aa4f",
"version.json": "535ccd9a66a66cc9b881f4228130a109",
"version.json": "1201df66b14d34b6a83fcbc24bc5f4b0",
"favicon.png": "08b885e38ecdf53b6a25c93bbbf679ba",
"flutter.js": "6fef97aeca90b426343ba6c5c9dc5d4a",
"main.dart.js": "3261e169bf3d68060db82c1980c3526a"};
"main.dart.js": "8536ef78e71362c6bc475338fabb34da"};
// 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=3827190956');
navigator.serviceWorker.register('flutter_service_worker.js?v=2074600798');
});
}
</script>
Expand Down
Loading

0 comments on commit 90ebe52

Please sign in to comment.