Merge pull request 'feat: add app version gate config for testing' (#1) from app-version-gate into main
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"_comment": "For testing purposes at the moment — values are not authoritative",
|
||||
"schemaVersion": 1,
|
||||
"android": {
|
||||
"zapstore": {
|
||||
"minSupportedVersionCode": 150,
|
||||
"minRecommendedVersionCode": 157,
|
||||
"latestVersionCode": 160,
|
||||
"updateUrl": "https://f-droid.gart.io/fdroid/repo"
|
||||
},
|
||||
"play": {
|
||||
"minSupportedVersionCode": 148,
|
||||
"minRecommendedVersionCode": 155,
|
||||
"latestVersionCode": 158
|
||||
}
|
||||
},
|
||||
"ios": {
|
||||
"appstore": {
|
||||
"minSupportedVersionCode": 148,
|
||||
"minRecommendedVersionCode": 155,
|
||||
"latestVersionCode": 158,
|
||||
"updateUrl": "https://apps.apple.com/app/id0000000000"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user