forked from Ivasoft/mattermost-mobile
[MM-33742] Update RequiredServer (#5242)
* Update RequiredServer * Update version in README and fastlane docs
This commit is contained in:
@@ -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+
|
||||
|
||||
|
||||
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
-------
|
||||
|
||||
|
||||
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user