Skip to content

Commit

Permalink
Bump gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSmartCell committed Aug 15, 2021
1 parent 00313e7 commit b1b3634
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
}
}
defaultConfig {
versionCode 165
versionName "3.36.1"
versionCode 166
versionName "3.36.2"

applicationId "io.stormbird.wallet"
minSdkVersion 23
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ public void switchNetwork(int chainId)
activeNetwork = viewModel.getNetworkInfo(chainId);
currentNetwork.setText(activeNetwork.getShortName());
Utils.setChainColour(currentNetworkCircle, activeNetwork.chainId);
setupWeb3();
viewModel.findWallet();
}

private void onNetworkChanged(NetworkInfo networkInfo)
Expand Down

0 comments on commit b1b3634

Please sign in to comment.