Skip to content

Commit

Permalink
Merge pull request #98 from tradingticket/develop
Browse files Browse the repository at this point in the history
Merge develop to master
  • Loading branch information
jsom authored Mar 28, 2018
2 parents 82cec70 + b876f23 commit 6d64c5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tradeit-android-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/tradingticket/AndroidSDK'
gitUrl = 'https://github.com/tradingticket/AndroidSDK.git'

libraryVersion = '1.0.24'
libraryVersion = '1.0.25'

developerId = 'tradingticket'
developerName = 'Trade It'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,6 @@ public boolean equals(Object o) {
return false;
if (accountNumber != null ? !accountNumber.equals(that.accountNumber) : that.accountNumber != null)
return false;
if (userCanDisableMargin != that.userCanDisableMargin)
return false;
return accountBaseCurrency != null ? accountBaseCurrency.equals(that.accountBaseCurrency) : that.accountBaseCurrency == null;

}
Expand Down

0 comments on commit 6d64c5a

Please sign in to comment.