Skip to content

Commit

Permalink
Deploying to gh-pages from @ a8b3417 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 25, 2023
1 parent eb05ee9 commit fc8a1f5
Show file tree
Hide file tree
Showing 5 changed files with 50,929 additions and 50,788 deletions.
8 changes: 4 additions & 4 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"manifest.json": "447fc2245bc32d7418ff21db53c64d75",
"flutter.js": "7d69e653079438abfbb24b82a655b0a4",
"version.json": "1962e67537586c15cfb5f3d1a5b06e6e",
"version.json": "9be86790e1ee78c9478231a7d4d9c8ba",
"favicon.ico": "02cc314f1888171f9ec195c1a97d1acb",
"index.html": "037d8e7e435979949f0cfa8e9a144529",
"/": "037d8e7e435979949f0cfa8e9a144529",
"index.html": "b7f6d0dabfc72ecfce1fd5634fe225a1",
"/": "b7f6d0dabfc72ecfce1fd5634fe225a1",
"icons/android-chrome-512x512.png": "f397aae3a660e3af9dfee292ee3e2bf9",
"icons/android-chrome-192x192.png": "e03f23fd41872367b2ba387b50f87257",
"icons/apple-touch-icon.png": "b1e4bbb6ad1d9d7f3ae57d46af16d2a9",
Expand Down Expand Up @@ -36,7 +36,7 @@ const RESOURCES = {"manifest.json": "447fc2245bc32d7418ff21db53c64d75",
"canvaskit/canvaskit.wasm": "64edb91684bdb3b879812ba2e48dd487",
"canvaskit/chromium/canvaskit.js": "0ae8bbcc58155679458a0f7a00f66873",
"canvaskit/chromium/canvaskit.wasm": "f87e541501c96012c252942b6b75d1ea",
"main.dart.js": "9b40fff2249f5a253b4f6a5cb98478b5"};
"main.dart.js": "67a7f4a7c28bedf9701d570d590ef34c"};
// 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 @@ -51,7 +51,7 @@
<title>Appainter</title>
<link rel="manifest" href="manifest.json" />
<script>
const serviceWorkerVersion = "2609841855";
const serviceWorkerVersion = "28792025";
</script>
<script src="flutter.js" defer></script>
</head>
Expand Down
Loading

0 comments on commit fc8a1f5

Please sign in to comment.