Skip to content

Commit

Permalink
Updated webapp_beta to version 3.8.0_710_beta
Browse files Browse the repository at this point in the history
  • Loading branch information
androidseb committed May 1, 2024
1 parent 9532dba commit 52154ce
Show file tree
Hide file tree
Showing 5 changed files with 64,729 additions and 64,843 deletions.
2 changes: 1 addition & 1 deletion webapp_beta/.last_build_id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2cf4d16aacb5944d8150f075a090afd6
3aa7e76f3f7edf2daa84ad38291fbb8a
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": "c4753ce3a748b707ae59b3d805bf79fe",
"/": "c4753ce3a748b707ae59b3d805bf79fe",
const RESOURCES = {"index.html": "90698040b2e4455f451639053d392a84",
"/": "90698040b2e4455f451639053d392a84",
"icons/Icon-512.png": "1f4d3a3b30ec92695adfc87857c068c5",
"icons/Icon-maskable-512.png": "1e2a172095fc13520c7aa906543038fb",
"icons/Icon-192.png": "3c328cfe2fa69d19b6bb97ed8a9476fd",
Expand Down Expand Up @@ -2635,10 +2635,10 @@ const RESOURCES = {"index.html": "c4753ce3a748b707ae59b3d805bf79fe",
"assets/AssetManifest.bin": "44363b0d820b3bee050f01c4954ee0c1",
"assets/AssetManifest.bin.json": "94bc62e11b7cfd3517c81c647742ad6f",
"manifest.json": "2aed15af34ca38d309f25b7ad208b6ea",
"version.json": "28dc7ce36cdd34c51972f0df2d9b99ee",
"version.json": "8d62d77bf017c666682da231eeaf8fd4",
"favicon.png": "08b885e38ecdf53b6a25c93bbbf679ba",
"flutter.js": "c71a09214cb6f5f8996a531350400a9a",
"main.dart.js": "f3ac45700a1ab5347784389a30025ae1"};
"main.dart.js": "a269a407c5866347258fb3febb915a36"};
// 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 @@ -31,7 +31,7 @@

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

0 comments on commit 52154ce

Please sign in to comment.