From fa6103c1b3ef87f8dca896c95bd327a009b79d51 Mon Sep 17 00:00:00 2001 From: Miguel Alatzar Date: Fri, 26 Mar 2021 14:46:43 -0700 Subject: [PATCH] [MM-33742] Update RequiredServer (#5242) * Update RequiredServer * Update version in README and fastlane docs --- README.md | 2 +- app/constants/view.js | 4 ++-- fastlane/metadata/android/en-US/full_description.txt | 2 +- fastlane/metadata/changelog | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a75b4bb7de..95d1455856 100644 --- a/README.md +++ b/README.md @@ -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+ diff --git a/app/constants/view.js b/app/constants/view.js index 9aa51134a4..2a3587960b 100644 --- a/app/constants/view.js +++ b/app/constants/view.js @@ -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, }; diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index cb08298870..a6d0aa5d65 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -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. ------- diff --git a/fastlane/metadata/changelog b/fastlane/metadata/changelog index 357c213c10..c71b241303 100644 --- a/fastlane/metadata/changelog +++ b/fastlane/metadata/changelog @@ -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).