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
7 changed files with 13 additions and 13 deletions

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

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