Change version gate json format

This commit is contained in:
Amk
2026-08-06 11:28:18 +00:00
parent d3aa3bad3b
commit 17b7bf798b
+8 -19
View File
@@ -1,25 +1,14 @@
{ {
"_comment": "For testing purposes at the moment — values are not authoritative",
"schemaVersion": 1, "schemaVersion": 1,
"android": { "android": {
"zapstore": { "minSupportedVersionCode": 148,
"minSupportedVersionCode": 159, "minRecommendedVersionCode": 155,
"minRecommendedVersionCode": 159, "zapstore": { "latestVersionCode": 159 },
"latestVersionCode": 159, "play": { "latestVersionCode": 159 }
"updateUrl": "https://zapstore.dev/apps/naddr1qq9kjmewvashyapwv9c8qqgcwaehxw309aex2mrp0yh85ctswd6x7un99ejx2aszyrv33fpxcm8s9r7rj6skmlks852hms342cnchdqujydcs8fkx0glvqcyqqq8uzcrcag3y"
},
"play": {
"minSupportedVersionCode": 148,
"minRecommendedVersionCode": 155,
"latestVersionCode": 158
}
}, },
"ios": { "ios": {
"appstore": { "minSupportedVersionCode": 148,
"minSupportedVersionCode": 148, "minRecommendedVersionCode": 155,
"minRecommendedVersionCode": 155, "appstore": { "latestVersionCode": 159 }
"latestVersionCode": 158,
"updateUrl": "https://apps.apple.com/app/id0000000000"
}
} }
} }