Skip to content

Commit 9f638d1

Browse files
unified-ci-app[bot]Anka
andauthored
Bump app build number to 645 (#8914)
Co-authored-by: Anka <[email protected]>
1 parent e3bb675 commit 9f638d1

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
@@ -115,7 +115,7 @@ android {
115115
applicationId "com.mattermost.rnbeta"
116116
minSdkVersion rootProject.ext.minSdkVersion
117117
targetSdkVersion rootProject.ext.targetSdkVersion
118-
versionCode 641
118+
versionCode 645
119119
versionName "2.29.0"
120120
testBuildType System.getProperty('testBuildType', 'debug')
121121
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

ios/Mattermost.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2093,7 +2093,7 @@
20932093
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
20942094
CODE_SIGN_IDENTITY = "iPhone Developer";
20952095
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2096-
CURRENT_PROJECT_VERSION = 641;
2096+
CURRENT_PROJECT_VERSION = 645;
20972097
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
20982098
ENABLE_BITCODE = NO;
20992099
HEADER_SEARCH_PATHS = "$(inherited)";
@@ -2135,7 +2135,7 @@
21352135
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
21362136
CODE_SIGN_IDENTITY = "iPhone Developer";
21372137
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2138-
CURRENT_PROJECT_VERSION = 641;
2138+
CURRENT_PROJECT_VERSION = 645;
21392139
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
21402140
ENABLE_BITCODE = NO;
21412141
HEADER_SEARCH_PATHS = "$(inherited)";
@@ -2281,7 +2281,7 @@
22812281
CODE_SIGN_IDENTITY = "iPhone Developer";
22822282
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
22832283
CODE_SIGN_STYLE = Automatic;
2284-
CURRENT_PROJECT_VERSION = 641;
2284+
CURRENT_PROJECT_VERSION = 645;
22852285
DEBUG_INFORMATION_FORMAT = dwarf;
22862286
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
22872287
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -2332,7 +2332,7 @@
23322332
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
23332333
CODE_SIGN_STYLE = Automatic;
23342334
COPY_PHASE_STRIP = NO;
2335-
CURRENT_PROJECT_VERSION = 641;
2335+
CURRENT_PROJECT_VERSION = 645;
23362336
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
23372337
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
23382338
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>641</string>
40+
<string>645</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.29.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>641</string>
24+
<string>645</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.29.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>641</string>
24+
<string>645</string>
2525
<key>NSExtension</key>
2626
<dict>
2727
<key>NSExtensionPointIdentifier</key>

0 commit comments

Comments
 (0)