Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
Mobile: Bump build no to 54 (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvarley100 authored and rajivshah3 committed Apr 16, 2019
1 parent 0e4b6b2 commit 31595ce
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/mobile/android/app/build.gradle
Expand Up @@ -92,7 +92,7 @@ android {
buildToolsVersion '27.0.3'
defaultConfig {
applicationId "com.iota.trinity"
versionCode 52
versionCode 54
versionName "0.6.2"
minSdkVersion 21
targetSdkVersion 26
Expand Down
2 changes: 1 addition & 1 deletion src/mobile/ios/iotaWallet-tvOS/Info.plist
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>52</string>
<string>54</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
2 changes: 1 addition & 1 deletion src/mobile/ios/iotaWallet-tvOSTests/Info.plist
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>52</string>
<string>54</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions src/mobile/ios/iotaWallet.xcodeproj/project.pbxproj
Expand Up @@ -2894,7 +2894,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 52;
CURRENT_PROJECT_VERSION = 54;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = YES;
Expand Down Expand Up @@ -3281,7 +3281,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 52;
CURRENT_PROJECT_VERSION = 54;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand Down
2 changes: 1 addition & 1 deletion src/mobile/ios/iotaWallet/Info.plist
Expand Up @@ -34,7 +34,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>52</string>
<string>54</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
Expand Down
2 changes: 1 addition & 1 deletion src/mobile/ios/iotaWalletTests/Info.plist
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>52</string>
<string>54</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion src/mobile/ios/iotaWalletUITests/Info.plist
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>0.6.2</string>
<key>CFBundleVersion</key>
<string>52</string>
<string>54</string>
</dict>
</plist>

0 comments on commit 31595ce

Please sign in to comment.