From 07df681193988defc5605098b5e5b885d18d1eb3 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Fri, 17 Jun 2022 19:20:31 -0400 Subject: [PATCH] [Gekidou] Bump app build number to 408 (#6407) * update react-native-network-client * Bump app build number to 408 --- android/app/build.gradle | 2 +- ios/Mattermost.xcodeproj/project.pbxproj | 4 ++-- ios/Mattermost/Info.plist | 2 +- ios/NotificationService/Info.plist | 2 +- package-lock.json | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 439f61675..3051d9c49 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -145,7 +145,7 @@ android { applicationId "com.mattermost.rnbeta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 407 + versionCode 408 versionName "2.0.0" testBuildType System.getProperty('testBuildType', 'debug') testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' diff --git a/ios/Mattermost.xcodeproj/project.pbxproj b/ios/Mattermost.xcodeproj/project.pbxproj index dacebfb62..22839ed69 100644 --- a/ios/Mattermost.xcodeproj/project.pbxproj +++ b/ios/Mattermost.xcodeproj/project.pbxproj @@ -705,7 +705,7 @@ CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 407; + CURRENT_PROJECT_VERSION = 408; DEVELOPMENT_TEAM = UQ8HT4Q2XM; ENABLE_BITCODE = NO; HEADER_SEARCH_PATHS = ( @@ -749,7 +749,7 @@ CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 407; + CURRENT_PROJECT_VERSION = 408; DEVELOPMENT_TEAM = UQ8HT4Q2XM; ENABLE_BITCODE = NO; HEADER_SEARCH_PATHS = ( diff --git a/ios/Mattermost/Info.plist b/ios/Mattermost/Info.plist index 18fb12268..35d9536fd 100644 --- a/ios/Mattermost/Info.plist +++ b/ios/Mattermost/Info.plist @@ -37,7 +37,7 @@ CFBundleVersion - 407 + 408 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/NotificationService/Info.plist b/ios/NotificationService/Info.plist index d7f36f3bf..00aa30274 100644 --- a/ios/NotificationService/Info.plist +++ b/ios/NotificationService/Info.plist @@ -21,7 +21,7 @@ CFBundleShortVersionString 2.0.0 CFBundleVersion - 407 + 408 NSExtension NSExtensionPointIdentifier diff --git a/package-lock.json b/package-lock.json index ac5ed1288..4fce287d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4119,7 +4119,7 @@ }, "node_modules/@mattermost/react-native-network-client": { "version": "0.1.0", - "resolved": "git+ssh://git@github.com/mattermost/react-native-network-client.git#c6990e9d366a145061e19a1cd9b1a00ee5d18149", + "resolved": "git+ssh://git@github.com/mattermost/react-native-network-client.git#71fd5252acce0b3d0595401951f6509104e23f85", "license": "MIT", "dependencies": { "validator": "13.7.0", @@ -28792,7 +28792,7 @@ "requires": {} }, "@mattermost/react-native-network-client": { - "version": "git+ssh://git@github.com/mattermost/react-native-network-client.git#c6990e9d366a145061e19a1cd9b1a00ee5d18149", + "version": "git+ssh://git@github.com/mattermost/react-native-network-client.git#71fd5252acce0b3d0595401951f6509104e23f85", "from": "@mattermost/react-native-network-client@github:mattermost/react-native-network-client", "requires": { "validator": "13.7.0",