Skip to content

Commit

Permalink
Changed to make it so it alerts you when you click exchange that it d…
Browse files Browse the repository at this point in the history
…oesn't work
  • Loading branch information
hypermoist committed Feb 12, 2017
1 parent 66a8d12 commit aebc289
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.crown.pay"
minSdkVersion 10
targetSdkVersion 23
versionCode 2
versionName "v1.0.0"
versionCode 3
versionName "v1.0.1"
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion wallet/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
<string name="trade_warn_no_connection_title">No connection</string>
<string name="trade_warn_no_connection_message">Internet connection is needed to exchange coins.</string>
<string name="trade_error">Exchange error</string>
<string name="trade_error_no_supported_source_accounts">No supported accounts found</string>
<string name="trade_error_no_supported_source_accounts">This feature is currently not available for Crown</string>
<string name="trade_error_service_not_available">Service temporary unavailable, please try again in a minute</string>
<string name="trade_error_market_info">Service temporary unavailable.\nNo information about %1$s - %2$s pair</string>
<string name="trade_error_sign_tx_message">An error occurred while signing and broadcasting transaction.\n\nTechnical details:\n\n<b>%1$s</b></string>
Expand Down

0 comments on commit aebc289

Please sign in to comment.