Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

Commit

Permalink
Manual version upgrade, Build 605 [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Khagesh Sharma <khageshhiet@gmail.com>
  • Loading branch information
khagesh committed Aug 23, 2018
1 parent a5353bb commit 176f302
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Expand Up @@ -110,7 +110,7 @@ android {
minSdkVersion 23
targetSdkVersion 26
multiDexEnabled true
versionCode 604
versionCode 605
versionName "1.0"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion ios/ConnectMe-tvOS/Info.plist
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>604</string>
<string>605</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/ConnectMe-tvOSTests/Info.plist
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>604</string>
<string>605</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions ios/ConnectMe.xcodeproj/project.pbxproj
Expand Up @@ -2111,7 +2111,7 @@
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Evernym Automation (3XVZBU8VAE)";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 604;
CURRENT_PROJECT_VERSION = 605;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = ES8QU3D2A4;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -2164,7 +2164,7 @@
CODE_SIGN_ENTITLEMENTS = ConnectMe/ConnectMe.entitlements;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: EVERNYM, INC. (ES8QU3D2A4)";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 604;
CURRENT_PROJECT_VERSION = 605;
DEVELOPMENT_TEAM = ES8QU3D2A4;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = (
Expand Down
2 changes: 1 addition & 1 deletion ios/ConnectMe/Info.plist
Expand Up @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>604</string>
<string>605</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>ITSEncryptionExportComplianceCode</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/ConnectMeTests/Info.plist
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>604</string>
<string>605</string>
</dict>
</plist>

0 comments on commit 176f302

Please sign in to comment.