[MM-33742] Update RequiredServer (#5242)

* Update RequiredServer

* Update version in README and fastlane docs
This commit is contained in:
Miguel Alatzar
2021-03-26 14:46:43 -07:00
committed by GitHub
parent 6fd9b6de71
commit fa6103c1b3
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# Mattermost Mobile
- **Minimum Server versions:** Current ESR version (5.25)
- **Minimum Server versions:** Current ESR version (5.31)
- **Supported iOS versions:** 11+
- **Supported Android versions:** 7.0+

View File

@@ -112,9 +112,9 @@ const ViewTypes = keyMirror({
});
const RequiredServer = {
FULL_VERSION: 5.25,
FULL_VERSION: 5.31,
MAJOR_VERSION: 5,
MIN_VERSION: 25,
MIN_VERSION: 31,
PATCH_VERSION: 0,
};

View File

@@ -1,4 +1,4 @@
Requires Mattermost Server v5.19+. Older servers may not be able to connect or have unexpected behavior.
Requires Mattermost Server v5.31+. Older servers may not be able to connect or have unexpected behavior.
-------

View File

@@ -1,4 +1,4 @@
This version is compatible with Mattermost servers v5.19+.
This version is compatible with Mattermost servers v5.31+.
Please see [changelog](https://docs.mattermost.com/administration/mobile-changelog.html) for full release notes. If you're interested in helping beta test upcoming versions before they are released, please see our [documentation](https://github.com/mattermost/mattermost-mobile#testing).