forked from Ivasoft/mattermost-mobile
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
11be4d2b28 | ||
|
|
90323ee4a0 |
@@ -1,10 +1,10 @@
|
|||||||
# Note: development on this repository has primarily moved to the `gekidou` branch
|
# Note: development on this repository has primarily moved to the `main` branch
|
||||||
This `master` branch is mostly in maintenance mode while we're working to getting our "v2" (code named "gekidou") to the GA stage. To contribute check out the [gekidou](https://github.com/mattermost/mattermost-mobile/tree/gekidou) branch in this repository.
|
This `master`(now `v1`) branch is mostly in maintenance mode while we're working to getting our "v2" (code named "gekidou") to the GA stage. To contribute check out the [main](https://github.com/mattermost/mattermost-mobile/tree/main) branch in this repository.
|
||||||
|
|
||||||
# Mattermost Mobile App
|
# Mattermost Mobile App
|
||||||
[](https://mattermost.com)
|
[](https://mattermost.com)
|
||||||
|
|
||||||
- **Minimum Server versions:** Current ESR version (7.1.0)
|
- **Minimum Server versions:** Current ESR version (6.3.0)
|
||||||
- **Supported iOS versions:** 12.1+
|
- **Supported iOS versions:** 12.1+
|
||||||
- **Supported Android versions:** 7.0+
|
- **Supported Android versions:** 7.0+
|
||||||
|
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
const RefreshConfigMillis = 20 * 60 * 1000; // Refresh config after 20 minutes
|
const RefreshConfigMillis = 20 * 60 * 1000; // Refresh config after 20 minutes
|
||||||
|
|
||||||
const RequiredServer = {
|
const RequiredServer = {
|
||||||
FULL_VERSION: '7.1.0',
|
FULL_VERSION: '6.3.0',
|
||||||
MAJOR_VERSION: 7,
|
MAJOR_VERSION: 6,
|
||||||
MIN_VERSION: 1,
|
MIN_VERSION: 3,
|
||||||
PATCH_VERSION: 0,
|
PATCH_VERSION: 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -115,9 +115,9 @@ const ViewTypes = keyMirror({
|
|||||||
});
|
});
|
||||||
|
|
||||||
const RequiredServer = {
|
const RequiredServer = {
|
||||||
FULL_VERSION: '7.1.0',
|
FULL_VERSION: '5.37.0',
|
||||||
MAJOR_VERSION: 7,
|
MAJOR_VERSION: 5,
|
||||||
MIN_VERSION: 1,
|
MIN_VERSION: 37,
|
||||||
PATCH_VERSION: 0,
|
PATCH_VERSION: 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Requires Mattermost Server v7.1.0+. Older servers may not be able to connect or have unexpected behavior.
|
Requires Mattermost Server v6.3.0+. Older servers may not be able to connect or have unexpected behavior.
|
||||||
|
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
This version is compatible with Mattermost servers v7.1.0+.
|
This version is compatible with Mattermost servers v6.3.0+.
|
||||||
|
|
||||||
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).
|
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