Skip to content

Commit b294b36

Browse files
unified-ci-app[bot]runner
andauthored
Bump app build number to 551 (#8175)
Co-authored-by: runner <[email protected]>
1 parent 990a7b9 commit b294b36

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ android {
111111
applicationId "com.mattermost.rnbeta"
112112
minSdkVersion rootProject.ext.minSdkVersion
113113
targetSdkVersion rootProject.ext.targetSdkVersion
114-
versionCode 549
114+
versionCode 551
115115
versionName "2.19.1"
116116
testBuildType System.getProperty('testBuildType', 'debug')
117117
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

ios/Mattermost.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,7 @@
19801980
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
19811981
CODE_SIGN_IDENTITY = "iPhone Developer";
19821982
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1983-
CURRENT_PROJECT_VERSION = 549;
1983+
CURRENT_PROJECT_VERSION = 551;
19841984
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
19851985
ENABLE_BITCODE = NO;
19861986
HEADER_SEARCH_PATHS = "$(inherited)";
@@ -2022,7 +2022,7 @@
20222022
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
20232023
CODE_SIGN_IDENTITY = "iPhone Developer";
20242024
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2025-
CURRENT_PROJECT_VERSION = 549;
2025+
CURRENT_PROJECT_VERSION = 551;
20262026
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
20272027
ENABLE_BITCODE = NO;
20282028
HEADER_SEARCH_PATHS = "$(inherited)";
@@ -2165,7 +2165,7 @@
21652165
CODE_SIGN_IDENTITY = "iPhone Developer";
21662166
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
21672167
CODE_SIGN_STYLE = Automatic;
2168-
CURRENT_PROJECT_VERSION = 549;
2168+
CURRENT_PROJECT_VERSION = 551;
21692169
DEBUG_INFORMATION_FORMAT = dwarf;
21702170
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
21712171
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -2215,7 +2215,7 @@
22152215
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
22162216
CODE_SIGN_STYLE = Automatic;
22172217
COPY_PHASE_STRIP = NO;
2218-
CURRENT_PROJECT_VERSION = 549;
2218+
CURRENT_PROJECT_VERSION = 551;
22192219
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
22202220
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
22212221
GCC_C_LANGUAGE_STANDARD = gnu11;

ios/Mattermost/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</dict>
3838
</array>
3939
<key>CFBundleVersion</key>
40-
<string>549</string>
40+
<string>551</string>
4141
<key>ITSAppUsesNonExemptEncryption</key>
4242
<false/>
4343
<key>LSRequiresIPhoneOS</key>

ios/MattermostShare/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleShortVersionString</key>
2222
<string>2.19.1</string>
2323
<key>CFBundleVersion</key>
24-
<string>549</string>
24+
<string>551</string>
2525
<key>UIAppFonts</key>
2626
<array>
2727
<string>OpenSans-Bold.ttf</string>

ios/NotificationService/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleShortVersionString</key>
2222
<string>2.19.1</string>
2323
<key>CFBundleVersion</key>
24-
<string>549</string>
24+
<string>551</string>
2525
<key>NSExtension</key>
2626
<dict>
2727
<key>NSExtensionPointIdentifier</key>

0 commit comments

Comments
 (0)