From 4209ffd9c8f9e6acb6e0a24d7676d3f4fb760262 Mon Sep 17 00:00:00 2001 From: brainbicycle Date: Tue, 17 Mar 2026 14:20:21 -0400 Subject: [PATCH] force upgrade accidental new arch release version --- Echo.json5 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Echo.json5 b/Echo.json5 index 1edcf04..c8d0edf 100644 --- a/Echo.json5 +++ b/Echo.json5 @@ -296,7 +296,15 @@ { name: 'ARBuyNowRoute', path: '/orders/:id' }, ], killedVersions: { - ios: {}, - android: {}, + ios: { + '9.0.1': { + message: 'This version of the app is no longer supported. Please update to the latest version. We apologize for the inconvenience.', + }, + }, + android: { + '9.0.1': { + message: 'This version of the app is no longer supported. Please update to the latest version. We apologize for the inconvenience.', + }, + }, }, }