Skip to content

Commit

Permalink
Updated build for - fixed some error
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 14, 2024
1 parent 3382077 commit 6eb750e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ const RESOURCES = {"icons/Icon-maskable-512.png": "f67d9e37a3c1e9d7ea166729aea51
"assets/fonts/MaterialIcons-Regular.otf": "b2cf1b86302ea94ca786f78787991b3c",
"assets/AssetManifest.json": "55d1c83656c480a07b390349ab9afd3d",
"assets/shaders/ink_sparkle.frag": "4096b5150bac93c41cbc9b45276bd90f",
"index.html": "336397c02914025a566f0c6c70a0a111",
"/": "336397c02914025a566f0c6c70a0a111",
"index.html": "521743154fa8aad4509d0c9ae4879777",
"/": "521743154fa8aad4509d0c9ae4879777",
"main.dart.js": "50df509a15611b0207e3b38b2714819f"};
// The application shell files that are downloaded before a service worker can
// start.
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 = "1120319945";
const serviceWorkerVersion = "3466870360";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down

0 comments on commit 6eb750e

Please sign in to comment.