From 8eaf11d2845b521719e61ecab7f7919f618f3107 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Tue, 9 Jan 2018 17:19:08 -0300 Subject: [PATCH] Bump for version 1.5.2 dot release --- android/app/build.gradle | 4 ++-- ios/Mattermost.xcodeproj/project.pbxproj | 30 ++++++++++++++++++++++++ ios/Mattermost/Info.plist | 4 ++-- 3 files changed, 34 insertions(+), 4 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 720458e41..8f84a5a71 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -106,8 +106,8 @@ android { applicationId "com.mattermost.rnbeta" minSdkVersion 21 targetSdkVersion 23 - versionCode 74 - versionName "1.5.1" + versionCode 75 + versionName "1.5.2" multiDexEnabled true ndk { abiFilters "armeabi-v7a", "x86" diff --git a/ios/Mattermost.xcodeproj/project.pbxproj b/ios/Mattermost.xcodeproj/project.pbxproj index 8c9ba969c..ec6f2d91f 100644 --- a/ios/Mattermost.xcodeproj/project.pbxproj +++ b/ios/Mattermost.xcodeproj/project.pbxproj @@ -431,6 +431,20 @@ remoteGlobalIDString = 6DA7B8031F692C4C00FD1D50; remoteInfo = RNSafeArea; }; + 7F859E3A20055B2200985357 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 9936F3131F5F2E4B0010BF04; + remoteInfo = privatedata; + }; + 7F859E3C20055B2200985357 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 9936F32F1F5F2E5B0010BF04; + remoteInfo = "privatedata-tvOS"; + }; 7F8AAB3B1F4E0FEB00F5A52C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 50ECB1D221E44F51B5690DF2 /* FastImage.xcodeproj */; @@ -838,6 +852,8 @@ 37DF8AF41F5F0D430079BF89 /* libthird-party.a */, 37DF8AF61F5F0D430079BF89 /* libdouble-conversion.a */, 37DF8AF81F5F0D430079BF89 /* libdouble-conversion.a */, + 7F859E3B20055B2200985357 /* libprivatedata.a */, + 7F859E3D20055B2200985357 /* libprivatedata-tvOS.a */, ); name = Products; sourceTree = ""; @@ -1755,6 +1771,20 @@ remoteRef = 7F6CEE281FDAEA0D0010135A /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; + 7F859E3B20055B2200985357 /* libprivatedata.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libprivatedata.a; + remoteRef = 7F859E3A20055B2200985357 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 7F859E3D20055B2200985357 /* libprivatedata-tvOS.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libprivatedata-tvOS.a"; + remoteRef = 7F859E3C20055B2200985357 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; 7F8AAB3C1F4E0FEB00F5A52C /* libFastImage.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; diff --git a/ios/Mattermost/Info.plist b/ios/Mattermost/Info.plist index bb1f6a2d6..4d0dd787e 100644 --- a/ios/Mattermost/Info.plist +++ b/ios/Mattermost/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.5.1 + 1.5.2 CFBundleSignature ???? CFBundleURLTypes @@ -32,7 +32,7 @@ CFBundleVersion - 74 + 75 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS