deploy: be0fbd5ab0
This commit is contained in:
parent
0837fa0327
commit
f129b37555
5 changed files with 32 additions and 8 deletions
|
|
@ -37898,6 +37898,30 @@ olm
|
|||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
opus_caf_converter_dart
|
||||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2020 Nabil Mosharraf
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
--------------------------------------------------------------------------------
|
||||
package_info_plus_platform_interface
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,6 @@ _flutter.buildConfig = {"engineRevision":"235db911ba279722f5e685f38b0ed30fa7e857
|
|||
|
||||
_flutter.loader.load({
|
||||
serviceWorkerSettings: {
|
||||
serviceWorkerVersion: "3431346554"
|
||||
serviceWorkerVersion: "3320585751"
|
||||
}
|
||||
});
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ const MANIFEST = 'flutter-app-manifest';
|
|||
const TEMP = 'flutter-temp-cache';
|
||||
const CACHE_NAME = 'flutter-app-cache';
|
||||
|
||||
const RESOURCES = {"flutter_bootstrap.js": "371b3a660f1bd22f7235adca91362f34",
|
||||
const RESOURCES = {"flutter_bootstrap.js": "63a6914a34591023e944333e34806922",
|
||||
"assets/assets/banner_transparent.png": "364e2030f739bf0c7ed1c061c4cb5901",
|
||||
"assets/assets/sas-emoji.json": "b9d99fc6dda6a3250af57af969b4a02d",
|
||||
"assets/assets/banner.png": "4a005db27a8787aea061537223dabb7d",
|
||||
|
|
@ -20,7 +20,7 @@ const RESOURCES = {"flutter_bootstrap.js": "371b3a660f1bd22f7235adca91362f34",
|
|||
"assets/assets/logo.svg": "d042b70cf11a41f2764028e85b07a00a",
|
||||
"assets/FontManifest.json": "6a590c591cb18c7ac3b63b1fcaa45b57",
|
||||
"assets/AssetManifest.bin.json": "5932dc08fb182037da23edd1fc95a477",
|
||||
"assets/NOTICES": "bdf92644b857eb7e36d52a158b4777d6",
|
||||
"assets/NOTICES": "572c5f7551b3ecb1e6fc891fc979bedd",
|
||||
"assets/AssetManifest.bin": "77bc633ffb9de5b46d66c547ad5a8ba5",
|
||||
"assets/AssetManifest.json": "e1032ff80e247703f47777bf468c3ae3",
|
||||
"assets/fonts/MaterialIcons-Regular.otf": "cd1c40e945c8539d82e6d945db7298d8",
|
||||
|
|
@ -63,8 +63,8 @@ const RESOURCES = {"flutter_bootstrap.js": "371b3a660f1bd22f7235adca91362f34",
|
|||
"splash/img/dark-3x.png": "da261be18bbda768fa1462fd8a8cef46",
|
||||
"splash/style.css": "52986a9e1d69ad779d02334a06b33a81",
|
||||
"flutter.js": "383e55f7f3cce5be08fcf1f3881f585c",
|
||||
"index.html": "c946e55fd282dcdc0e09f1d6e7564d59",
|
||||
"/": "c946e55fd282dcdc0e09f1d6e7564d59",
|
||||
"index.html": "9b23395e1cb4e2c37ea1fd292bad47ca",
|
||||
"/": "9b23395e1cb4e2c37ea1fd292bad47ca",
|
||||
"canvaskit/skwasm.worker.js": "bfb704a6c714a75da9ef320991e88b03",
|
||||
"canvaskit/skwasm.wasm": "4051bfc27ba29bf420d17aa0c3a98bce",
|
||||
"canvaskit/canvaskit.js.symbols": "74a84c23f5ada42fe063514c587968c6",
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
<script>
|
||||
// The value below is injected by flutter build, do not touch.
|
||||
const serviceWorkerVersion = "3431346554";
|
||||
const serviceWorkerVersion = "3320585751";
|
||||
</script>
|
||||
<!-- This script adds the flutter initialization JS code -->
|
||||
<script src="flutter.js" defer></script>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue