Compare commits

..

9 Commits

Author SHA1 Message Date
Elias Nahum
73c2bb8350 reset version number to 1.56.0 and build to 436 2022-11-08 13:43:12 +02:00
Mattermost Build
7e8016fec4 Bump build to 436 (#6746) (#6747)
* Revert "Downgrade mmkv and bump to 435 (#6742)"

This reverts commit 66b469bb31.

* Revert "Bump Version to 1.56.0 and build to 431 (#6723)"

This reverts commit fdee027b4a.

* Revert "[V1] update deps (#6666)"

This reverts commit 8137241f12.

* bump build to 436

* update snapshots

(cherry picked from commit db86bbc42b)

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2022-11-08 10:28:09 +02:00
Mattermost Build
1f40762799 Downgrade mmkv and bump to 435 (#6742) (#6743)
(cherry picked from commit 66b469bb31)

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2022-11-07 13:10:46 +02:00
Mattermost Build
10711ff5e3 v1 Bump build to 344 (#6740) (#6741)
(cherry picked from commit f80b49a6f0)

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2022-11-07 11:09:32 +02:00
Mattermost Build
97621b68cc Bump app build number to 433 (#6736) (#6737)
(cherry picked from commit 7fc17021a2)

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2022-11-05 23:40:36 +02:00
Elias Nahum
933c9235c8 fix v1 builds 2022-11-05 23:21:00 +02:00
Mattermost Build
5cf6e16407 [v1] fix Fastfile for android release (#6725) (#6727) 2022-11-02 14:33:21 +02:00
Mattermost Build
73d9be6cd6 Bump Version to 1.56.0 and build to 431 (#6723) (#6724)
* Bump app version number to  1.56.0

* Bump app build number to  431

(cherry picked from commit fdee027b4a)

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2022-11-02 09:58:30 +02:00
Mattermost Build
0439564bfc Update ESR version (#6701) (#6722)
(cherry picked from commit 525269a0a1)

Co-authored-by: Amy Blais <29708087+amyblais@users.noreply.github.com>
2022-11-02 09:45:14 +02:00
5 changed files with 11 additions and 11 deletions

View File

@@ -1,10 +1,10 @@
# Note: development on this repository has primarily moved to the `main` branch
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.
# Note: development on this repository has primarily moved to the `gekidou` 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.
# Mattermost Mobile App
[![Mattermost](https://user-images.githubusercontent.com/7205829/136108314-75cd2e1f-4147-4cfa-a16c-9b3b0313ea25.png)](https://mattermost.com)
- **Minimum Server versions:** Current ESR version (6.3.0)
- **Minimum Server versions:** Current ESR version (7.1.0)
- **Supported iOS versions:** 12.1+
- **Supported Android versions:** 7.0+

View File

@@ -4,9 +4,9 @@
const RefreshConfigMillis = 20 * 60 * 1000; // Refresh config after 20 minutes
const RequiredServer = {
FULL_VERSION: '6.3.0',
MAJOR_VERSION: 6,
MIN_VERSION: 3,
FULL_VERSION: '7.1.0',
MAJOR_VERSION: 7,
MIN_VERSION: 1,
PATCH_VERSION: 0,
};

View File

@@ -115,9 +115,9 @@ const ViewTypes = keyMirror({
});
const RequiredServer = {
FULL_VERSION: '5.37.0',
MAJOR_VERSION: 5,
MIN_VERSION: 37,
FULL_VERSION: '7.1.0',
MAJOR_VERSION: 7,
MIN_VERSION: 1,
PATCH_VERSION: 0,
};

View File

@@ -1,4 +1,4 @@
Requires Mattermost Server v6.3.0+. Older servers may not be able to connect or have unexpected behavior.
Requires Mattermost Server v7.1.0+. 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 v6.3.0+.
This version is compatible with Mattermost servers v7.1.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).