Skip to content

Commit

Permalink
added access tokens and share feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mlab817 committed Aug 24, 2023
1 parent cd344bd commit c7ca5b0
Show file tree
Hide file tree
Showing 3 changed files with 49,565 additions and 49,429 deletions.
6 changes: 3 additions & 3 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"version.json": "868449ac59434bbbeae39692a24af023",
"index.html": "1f8ba831583e7e002d99470b7a6bd2da",
"/": "1f8ba831583e7e002d99470b7a6bd2da",
"index.html": "de5f3a9529f37453880ca7df7b968444",
"/": "de5f3a9529f37453880ca7df7b968444",
"firebase-messaging-sw.js": "8c17e4dc7ecc735b6b5c262615a5b605",
"main.dart.js": "223034ee92f4eaeb4b71703775b6a463",
"main.dart.js": "afe842aa8c72240a53b8244b3cf6eef8",
"flutter.js": "6fef97aeca90b426343ba6c5c9dc5d4a",
"favicon.png": "2428af5f724dd3374de3718ba29f45a2",
"logo.png": "987dc3aee49fe091ef33a96487d0ddba",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

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

0 comments on commit c7ca5b0

Please sign in to comment.