chore: Add an entry for zip_fix engine (#277)

Co-authored-by: Felix Angelov <felix@shorebird.dev>
This commit is contained in:
Eric Seidel
2023-04-12 13:18:03 -04:00
committed by GitHub
parent 28a925d58d
commit 2af6bbe68a
+3 -3
View File
@@ -13,8 +13,8 @@ const config = ProxyConfig(
class _EngineMapping3_7 extends EngineMapping {
const _EngineMapping3_7({
required super.flutterEngineRevision,
super.shorebirdStorageBucket = 'download.shorebird.dev',
}) : super(
shorebirdStorageBucket: 'download.shorebird.dev',
shorebirdArtifactOverrides: const {
// artifacts.zip
r'flutter_infra_release/flutter/$engine/android-arm-64-release/artifacts.zip',
@@ -43,8 +43,8 @@ class _EngineMapping3_7 extends EngineMapping {
/// Flutter 3.7.10
const flutter_3_7_10 = {
// Attempt to fix https://github.com/shorebirdtech/shorebird/issues/235
'f68335f3f6afdb1595420b1c3b5a16c8da75a1cf': _EngineMapping3_7(
shorebirdStorageBucket: 'download-dev.shorebird.dev',
'adb70a20d4718b5ce60cdd99ad81d8de54afcb35': _EngineMapping3_7(
// shorebirdStorageBucket: 'download-dev.shorebird.dev',
flutterEngineRevision: 'ec975089acb540fc60752606a3d3ba809dd1528b',
),
'978a56f2d97f9ce24a2b6bc22c9bbceaaba0343c': _EngineMapping3_7(