Skip to content

Commit 2fc3600

Browse files
authored
Bump version to 2.8.2 and build 488 (#7591)
* Bump app version number to 2.8.2 * Bump app build number to 488 * update fastlane
1 parent 03e95b3 commit 2fc3600

File tree

8 files changed

+34
-35
lines changed

8 files changed

+34
-35
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ android {
110110
applicationId "com.mattermost.rnbeta"
111111
minSdkVersion rootProject.ext.minSdkVersion
112112
targetSdkVersion rootProject.ext.targetSdkVersion
113-
versionCode 487
114-
versionName "2.8.1"
113+
versionCode 488
114+
versionName "2.8.2"
115115
testBuildType System.getProperty('testBuildType', 'debug')
116116
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
117117
}

fastlane/Gemfile.lock

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ GEM
33
specs:
44
CFPropertyList (3.0.6)
55
rexml
6-
addressable (2.8.4)
6+
addressable (2.8.5)
77
public_suffix (>= 2.0.2, < 6.0)
88
artifactory (3.0.15)
99
atomos (0.1.3)
1010
aws-eventstream (1.2.0)
11-
aws-partitions (1.793.0)
12-
aws-sdk-core (3.180.0)
11+
aws-partitions (1.834.0)
12+
aws-sdk-core (3.185.1)
1313
aws-eventstream (~> 1, >= 1.0.2)
1414
aws-partitions (~> 1, >= 1.651.0)
1515
aws-sigv4 (~> 1.5)
1616
jmespath (~> 1, >= 1.6.1)
17-
aws-sdk-kms (1.71.0)
18-
aws-sdk-core (~> 3, >= 3.177.0)
17+
aws-sdk-kms (1.72.0)
18+
aws-sdk-core (~> 3, >= 3.184.0)
1919
aws-sigv4 (~> 1.1)
20-
aws-sdk-s3 (1.132.0)
21-
aws-sdk-core (~> 3, >= 3.179.0)
20+
aws-sdk-s3 (1.136.0)
21+
aws-sdk-core (~> 3, >= 3.181.0)
2222
aws-sdk-kms (~> 1)
2323
aws-sigv4 (~> 1.6)
2424
aws-sigv4 (1.6.0)
@@ -36,7 +36,7 @@ GEM
3636
unf (>= 0.0.5, < 1.0.0)
3737
dotenv (2.8.1)
3838
emoji_regex (3.2.3)
39-
excon (0.100.0)
39+
excon (0.104.0)
4040
faraday (1.10.3)
4141
faraday-em_http (~> 1.0)
4242
faraday-em_synchrony (~> 1.0)
@@ -66,7 +66,7 @@ GEM
6666
faraday_middleware (1.2.0)
6767
faraday (~> 1.0)
6868
fastimage (2.2.7)
69-
fastlane (2.214.0)
69+
fastlane (2.216.0)
7070
CFPropertyList (>= 2.3, < 4.0.0)
7171
addressable (>= 2.8, < 3.0.0)
7272
artifactory (~> 3.0)
@@ -87,6 +87,7 @@ GEM
8787
google-apis-playcustomapp_v1 (~> 0.1)
8888
google-cloud-storage (~> 1.31)
8989
highline (~> 2.0)
90+
http-cookie (~> 1.0.5)
9091
json (< 3.0.0)
9192
jwt (>= 2.1.0, < 3)
9293
mini_magick (>= 4.9.4, < 5.0.0)
@@ -98,7 +99,7 @@ GEM
9899
security (= 0.1.3)
99100
simctl (~> 1.6.3)
100101
terminal-notifier (>= 2.0.0, < 3.0.0)
101-
terminal-table (>= 1.4.5, < 2.0.0)
102+
terminal-table (~> 3)
102103
tty-screen (>= 0.6.3, < 1.0.0)
103104
tty-spinner (>= 0.8.0, < 1.0.0)
104105
word_wrap (~> 1.0.0)
@@ -111,7 +112,7 @@ GEM
111112
fastlane-plugin-find_replace_string (0.1.0)
112113
fastlane-plugin-versioning_android (0.1.1)
113114
gh_inspector (1.1.3)
114-
google-apis-androidpublisher_v3 (0.46.0)
115+
google-apis-androidpublisher_v3 (0.50.0)
115116
google-apis-core (>= 0.11.0, < 2.a)
116117
google-apis-core (0.11.1)
117118
addressable (~> 2.5, >= 2.5.1)
@@ -142,10 +143,9 @@ GEM
142143
google-cloud-core (~> 1.6)
143144
googleauth (>= 0.16.2, < 2.a)
144145
mini_mime (~> 1.0)
145-
googleauth (1.7.0)
146+
googleauth (1.8.1)
146147
faraday (>= 0.17.3, < 3.a)
147148
jwt (>= 1.4, < 3.0)
148-
memoist (~> 0.16)
149149
multi_json (~> 1.11)
150150
os (>= 0.9, < 2.0)
151151
signet (>= 0.16, < 2.a)
@@ -156,15 +156,14 @@ GEM
156156
jmespath (1.6.2)
157157
json (2.6.3)
158158
jwt (2.7.1)
159-
memoist (0.16.2)
160159
mini_magick (4.12.0)
161-
mini_mime (1.1.2)
160+
mini_mime (1.1.5)
162161
mini_portile2 (2.8.4)
163162
multi_json (1.15.0)
164163
multipart-post (2.3.0)
165164
nanaimo (0.3.0)
166165
naturally (2.2.1)
167-
nokogiri (1.15.3)
166+
nokogiri (1.15.4)
168167
mini_portile2 (~> 2.8.2)
169168
racc (~> 1.4)
170169
optparse (0.1.1)
@@ -183,7 +182,7 @@ GEM
183182
ruby2_keywords (0.0.5)
184183
rubyzip (2.3.2)
185184
security (0.1.3)
186-
signet (0.17.0)
185+
signet (0.18.0)
187186
addressable (~> 2.8)
188187
faraday (>= 0.17.5, < 3.a)
189188
jwt (>= 1.5, < 3.0)
@@ -192,8 +191,8 @@ GEM
192191
CFPropertyList
193192
naturally
194193
terminal-notifier (2.0.0)
195-
terminal-table (1.8.0)
196-
unicode-display_width (~> 1.1, >= 1.1.1)
194+
terminal-table (3.0.2)
195+
unicode-display_width (>= 1.1.1, < 3)
197196
trailblazer-option (0.1.2)
198197
tty-cursor (0.7.1)
199198
tty-screen (0.8.1)
@@ -203,10 +202,10 @@ GEM
203202
unf (0.1.4)
204203
unf_ext
205204
unf_ext (0.0.8.2)
206-
unicode-display_width (1.8.0)
205+
unicode-display_width (2.5.0)
207206
webrick (1.8.1)
208207
word_wrap (1.0.0)
209-
xcodeproj (1.22.0)
208+
xcodeproj (1.23.0)
210209
CFPropertyList (>= 2.3.3, < 4.0)
211210
atomos (~> 0.1.3)
212211
claide (>= 1.0.2, < 2.0)

ios/Mattermost.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,7 +1929,7 @@
19291929
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
19301930
CODE_SIGN_IDENTITY = "iPhone Developer";
19311931
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1932-
CURRENT_PROJECT_VERSION = 487;
1932+
CURRENT_PROJECT_VERSION = 488;
19331933
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
19341934
ENABLE_BITCODE = NO;
19351935
HEADER_SEARCH_PATHS = (
@@ -1973,7 +1973,7 @@
19731973
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
19741974
CODE_SIGN_IDENTITY = "iPhone Developer";
19751975
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1976-
CURRENT_PROJECT_VERSION = 487;
1976+
CURRENT_PROJECT_VERSION = 488;
19771977
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
19781978
ENABLE_BITCODE = NO;
19791979
HEADER_SEARCH_PATHS = (
@@ -2116,7 +2116,7 @@
21162116
CODE_SIGN_IDENTITY = "iPhone Developer";
21172117
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
21182118
CODE_SIGN_STYLE = Automatic;
2119-
CURRENT_PROJECT_VERSION = 487;
2119+
CURRENT_PROJECT_VERSION = 488;
21202120
DEBUG_INFORMATION_FORMAT = dwarf;
21212121
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
21222122
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -2165,7 +2165,7 @@
21652165
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
21662166
CODE_SIGN_STYLE = Automatic;
21672167
COPY_PHASE_STRIP = NO;
2168-
CURRENT_PROJECT_VERSION = 487;
2168+
CURRENT_PROJECT_VERSION = 488;
21692169
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
21702170
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
21712171
GCC_C_LANGUAGE_STANDARD = gnu11;

ios/Mattermost/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>2.8.1</string>
24+
<string>2.8.2</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleURLTypes</key>
@@ -37,7 +37,7 @@
3737
</dict>
3838
</array>
3939
<key>CFBundleVersion</key>
40-
<string>487</string>
40+
<string>488</string>
4141
<key>ITSAppUsesNonExemptEncryption</key>
4242
<false/>
4343
<key>LSRequiresIPhoneOS</key>

ios/MattermostShare/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<key>CFBundlePackageType</key>
2020
<string>XPC!</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>2.8.1</string>
22+
<string>2.8.2</string>
2323
<key>CFBundleVersion</key>
24-
<string>487</string>
24+
<string>488</string>
2525
<key>UIAppFonts</key>
2626
<array>
2727
<string>OpenSans-Bold.ttf</string>

ios/NotificationService/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<key>CFBundlePackageType</key>
2020
<string>XPC!</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>2.8.1</string>
22+
<string>2.8.2</string>
2323
<key>CFBundleVersion</key>
24-
<string>487</string>
24+
<string>488</string>
2525
<key>NSExtension</key>
2626
<dict>
2727
<key>NSExtensionPointIdentifier</key>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mattermost-mobile",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"description": "Mattermost Mobile with React Native",
55
"repository": "[email protected]:mattermost/mattermost-mobile.git",
66
"author": "Mattermost, Inc.",

0 commit comments

Comments
 (0)