Skip to content

Commit

Permalink
Bump app build number to 398 (#6236) (#6237)
Browse files Browse the repository at this point in the history
(cherry picked from commit d5856f7)

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
  • Loading branch information
mattermost-build and enahum authored May 5, 2022
1 parent b13ed0f commit d965ef9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ android {
applicationId "com.mattermost.rnbeta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 396
versionCode 398
versionName "1.52.0"
multiDexEnabled = true
testBuildType System.getProperty('testBuildType', 'debug')
Expand Down
4 changes: 2 additions & 2 deletions ios/Mattermost.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 396;
CURRENT_PROJECT_VERSION = 398;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -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 = 396;
CURRENT_PROJECT_VERSION = 398;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
ENABLE_BITCODE = NO;
Expand Down
2 changes: 1 addition & 1 deletion ios/Mattermost/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>396</string>
<string>398</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/MattermostShare/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleShortVersionString</key>
<string>1.52.0</string>
<key>CFBundleVersion</key>
<string>396</string>
<string>398</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/NotificationService/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleShortVersionString</key>
<string>1.52.0</string>
<key>CFBundleVersion</key>
<string>396</string>
<string>398</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down

0 comments on commit d965ef9

Please sign in to comment.