diff --git a/web/assets/NOTICES b/web/assets/NOTICES index a86a55e7..b5c06147 100644 --- a/web/assets/NOTICES +++ b/web/assets/NOTICES @@ -10647,6 +10647,7 @@ flutter_secure_storage_linux flutter_secure_storage_macos flutter_secure_storage_platform_interface flutter_secure_storage_web +flutter_secure_storage_windows BSD 3-Clause License @@ -10678,10 +10679,6 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -flutter_secure_storage_windows - -WTFPL --------------------------------------------------------------------------------- flutter_svg Copyright (c) 2018 Dan Field diff --git a/web/flutter_service_worker.js b/web/flutter_service_worker.js index 3cdba10b..31a6deb2 100644 --- a/web/flutter_service_worker.js +++ b/web/flutter_service_worker.js @@ -3,8 +3,8 @@ const MANIFEST = 'flutter-app-manifest'; const TEMP = 'flutter-temp-cache'; const CACHE_NAME = 'flutter-app-cache'; -const RESOURCES = {"index.html": "1e20b2ac96763778db007f624d6883bb", -"/": "1e20b2ac96763778db007f624d6883bb", +const RESOURCES = {"index.html": "8a82eda9975db0cb36252b4da2f2a996", +"/": "8a82eda9975db0cb36252b4da2f2a996", "flutter.js": "6fef97aeca90b426343ba6c5c9dc5d4a", "favicon.png": "a409751f0ecf6dee76fb350d7402f9be", "main.dart.js": "e80ea5e8eee89536e43e9526ea31ebe9", @@ -36,7 +36,7 @@ const RESOURCES = {"index.html": "1e20b2ac96763778db007f624d6883bb", "assets/fonts/NotoEmoji/NotoColorEmoji.ttf": "ed84f46d3d5564a08541cd64bddd495c", "assets/AssetManifest.bin": "b9118f8e8a0ad8d181d0a70316102217", "assets/AssetManifest.json": "612b25e02d4c7e76e7bdcfb2af88fbc3", -"assets/NOTICES": "033cb1791b1271c0360e6f4ac1bad4b1", +"assets/NOTICES": "bf01cc3c0830cc4a5d8dbad5d93dd48a", "assets/FontManifest.json": "1114a5860d5e995c8dc48419a7a6a9e7", "assets/packages/wakelock_plus/assets/no_sleep.js": "7748a45cd593f33280669b29c2c8919a", "assets/packages/flutter_math_fork/lib/katex_fonts/fonts/KaTeX_Fraktur-Regular.ttf": "dede6f2c7dad4402fa205644391b3a94", diff --git a/web/index.html b/web/index.html index a84993dc..ea16c899 100644 --- a/web/index.html +++ b/web/index.html @@ -37,7 +37,7 @@ application. For more information, see: https://developers.google.com/web/fundamentals/primers/service-workers -->