Compare commits

..

2 Commits

Author SHA1 Message Date
Guillermo Vayá
11be4d2b28 Update branches names in v1 (#6773) 2022-11-17 19:36:18 +02:00
Amy Blais
90323ee4a0 Revert "Update ESR version (#6701)" (#6757) 2022-11-11 05:58:50 +02:00
12 changed files with 24 additions and 24 deletions

View File

@@ -1,10 +1,10 @@
# 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.
# 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.
# 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 (7.1.0)
- **Minimum Server versions:** Current ESR version (6.3.0)
- **Supported iOS versions:** 12.1+
- **Supported Android versions:** 7.0+

View File

@@ -131,8 +131,8 @@ android {
applicationId "com.mattermost.rnbeta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 423
versionName "1.55.1"
versionCode 436
versionName "1.56.0"
multiDexEnabled = true
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

View File

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

View File

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

View File

@@ -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.
-------

View File

@@ -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).

View File

@@ -911,7 +911,7 @@
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 423;
CURRENT_PROJECT_VERSION = 436;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
ENABLE_BITCODE = NO;
@@ -953,7 +953,7 @@
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 423;
CURRENT_PROJECT_VERSION = 436;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
ENABLE_BITCODE = NO;

View File

@@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.55.1</string>
<string>1.56.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@@ -37,7 +37,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>423</string>
<string>436</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>

View File

@@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.55.1</string>
<string>1.56.0</string>
<key>CFBundleVersion</key>
<string>423</string>
<string>436</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>

View File

@@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.55.1</string>
<string>1.56.0</string>
<key>CFBundleVersion</key>
<string>423</string>
<string>436</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "mattermost-mobile",
"version": "1.55.1",
"version": "1.56.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mattermost-mobile",
"version": "1.55.1",
"version": "1.56.0",
"hasInstallScript": true,
"license": "Apache 2.0",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "mattermost-mobile",
"version": "1.55.1",
"version": "1.56.0",
"description": "Mattermost Mobile with React Native",
"repository": "git@github.com:mattermost/mattermost-mobile.git",
"author": "Mattermost, Inc.",