feat: update service worker version in flutter_bootstrap.js
Test Suite / test (24.15.0) (push) Has been cancelled

This commit is contained in:
Nils-Johan Gynther
2026-05-08 14:25:00 +02:00
parent 5aadc34d4a
commit 148fee8859
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"59aa584fdf100e6c78c785d8a5b565d1de4b48
_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "3041144465" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
serviceWorkerVersion: "3795187910" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
}
});