Skip to content

Commit b3e7733

Browse files
unified-ci-app[bot]runner
andauthored
Bump app build number to 565 (#8250)
Co-authored-by: runner <[email protected]>
1 parent e978b3a commit b3e7733

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 562
114+
versionCode 565
115115
versionName "2.21.0"
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
@@ -1984,7 +1984,7 @@
19841984
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
19851985
CODE_SIGN_IDENTITY = "iPhone Developer";
19861986
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1987-
CURRENT_PROJECT_VERSION = 562;
1987+
CURRENT_PROJECT_VERSION = 565;
19881988
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
19891989
ENABLE_BITCODE = NO;
19901990
HEADER_SEARCH_PATHS = "$(inherited)";
@@ -2026,7 +2026,7 @@
20262026
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
20272027
CODE_SIGN_IDENTITY = "iPhone Developer";
20282028
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2029-
CURRENT_PROJECT_VERSION = 562;
2029+
CURRENT_PROJECT_VERSION = 565;
20302030
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
20312031
ENABLE_BITCODE = NO;
20322032
HEADER_SEARCH_PATHS = "$(inherited)";
@@ -2169,7 +2169,7 @@
21692169
CODE_SIGN_IDENTITY = "iPhone Developer";
21702170
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
21712171
CODE_SIGN_STYLE = Automatic;
2172-
CURRENT_PROJECT_VERSION = 562;
2172+
CURRENT_PROJECT_VERSION = 565;
21732173
DEBUG_INFORMATION_FORMAT = dwarf;
21742174
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
21752175
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -2219,7 +2219,7 @@
22192219
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
22202220
CODE_SIGN_STYLE = Automatic;
22212221
COPY_PHASE_STRIP = NO;
2222-
CURRENT_PROJECT_VERSION = 562;
2222+
CURRENT_PROJECT_VERSION = 565;
22232223
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
22242224
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
22252225
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>562</string>
40+
<string>565</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.21.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>562</string>
24+
<string>565</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.21.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>562</string>
24+
<string>565</string>
2525
<key>NSExtension</key>
2626
<dict>
2727
<key>NSExtensionPointIdentifier</key>

0 commit comments

Comments
 (0)