From 17b7bf798bab1b7ca60df9bb22985234a0843d73 Mon Sep 17 00:00:00 2001 From: Amk <7+amk@noreply.gitea.gart.io> Date: Thu, 6 Aug 2026 11:28:18 +0000 Subject: [PATCH] Change version gate json format --- app-version-gate.json | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/app-version-gate.json b/app-version-gate.json index 637387f..c0909f7 100644 --- a/app-version-gate.json +++ b/app-version-gate.json @@ -1,25 +1,14 @@ { - "_comment": "For testing purposes at the moment — values are not authoritative", "schemaVersion": 1, "android": { - "zapstore": { - "minSupportedVersionCode": 159, - "minRecommendedVersionCode": 159, - "latestVersionCode": 159, - "updateUrl": "https://zapstore.dev/apps/naddr1qq9kjmewvashyapwv9c8qqgcwaehxw309aex2mrp0yh85ctswd6x7un99ejx2aszyrv33fpxcm8s9r7rj6skmlks852hms342cnchdqujydcs8fkx0glvqcyqqq8uzcrcag3y" - }, - "play": { - "minSupportedVersionCode": 148, - "minRecommendedVersionCode": 155, - "latestVersionCode": 158 - } + "minSupportedVersionCode": 148, + "minRecommendedVersionCode": 155, + "zapstore": { "latestVersionCode": 159 }, + "play": { "latestVersionCode": 159 } }, "ios": { - "appstore": { - "minSupportedVersionCode": 148, - "minRecommendedVersionCode": 155, - "latestVersionCode": 158, - "updateUrl": "https://apps.apple.com/app/id0000000000" - } + "minSupportedVersionCode": 148, + "minRecommendedVersionCode": 155, + "appstore": { "latestVersionCode": 159 } } -} +} \ No newline at end of file