Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0e0f1f5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 23, 2023
1 parent 52e3eac commit aa31222
Show file tree
Hide file tree
Showing 5 changed files with 47,952 additions and 47,900 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": "6fef97aeca90b426343ba6c5c9dc5d4a",
"version.json": "f06886298e9db7cf36f862c71430a40e",
"version.json": "c4d87141d4f0d2d5454d53e51cface32",
"favicon.ico": "02cc314f1888171f9ec195c1a97d1acb",
"index.html": "785849c0e4f1895b1c9f7a524b285e05",
"/": "785849c0e4f1895b1c9f7a524b285e05",
"index.html": "9a3aba9a78d7366dfc4587f39fcb4e2b",
"/": "9a3aba9a78d7366dfc4587f39fcb4e2b",
"icons/android-chrome-512x512.png": "f397aae3a660e3af9dfee292ee3e2bf9",
"icons/android-chrome-192x192.png": "e03f23fd41872367b2ba387b50f87257",
"icons/apple-touch-icon.png": "b1e4bbb6ad1d9d7f3ae57d46af16d2a9",
Expand All @@ -35,7 +35,7 @@ const RESOURCES = {"manifest.json": "447fc2245bc32d7418ff21db53c64d75",
"canvaskit/canvaskit.wasm": "42df12e09ecc0d5a4a34a69d7ee44314",
"canvaskit/chromium/canvaskit.js": "96ae916cd2d1b7320fff853ee22aebb0",
"canvaskit/chromium/canvaskit.wasm": "be0e3b33510f5b7b0cc76cc4d3e50048",
"main.dart.js": "cf05806daf1361f6eac8987b1b80e32a"};
"main.dart.js": "d626dcd0f3cda8b34b6efe9a464b9fd8"};
// 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 = "1353040285";
const serviceWorkerVersion = "2724771617";
</script>
<script src="flutter.js" defer></script>
</head>
Expand Down
Loading

0 comments on commit aa31222

Please sign in to comment.