Change version gate json format

This commit is contained in:
Amk
2026-08-06 11:28:18 +00:00
parent d3aa3bad3b
commit 17b7bf798b
+3 -14
View File
@@ -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
}
"zapstore": { "latestVersionCode": 159 },
"play": { "latestVersionCode": 159 }
},
"ios": {
"appstore": {
"minSupportedVersionCode": 148,
"minRecommendedVersionCode": 155,
"latestVersionCode": 158,
"updateUrl": "https://apps.apple.com/app/id0000000000"
}
"appstore": { "latestVersionCode": 159 }
}
}