Skip to content

Commit

Permalink
Merge pull request #168 from ostdotcom/rc-2.3
Browse files Browse the repository at this point in the history
Prepare for release v-2.3.8
  • Loading branch information
Rachin Kapoor authored Jan 23, 2020
2 parents ed26cf4 + 3b0dd25 commit 465d270
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# OST Wallet SDK Changelog

## Version 2.3.8
### Changes:
* Reduced recovery key generation time substantially by leveraging on NDK.

### Bug Fix:
* In OstWalletSDK UI workflows progress bar crashes in background.

## Version 2.3.7
### Bug Fix:
* Inaccurate error is thrown when application runs out of memory during recover device workflow.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ compileOptions {

```
dependencies {
implementation 'com.ost:ost-wallet-sdk-android:2.3.7'
implementation 'com.ost:ost-wallet-sdk-android:2.3.8'
...
...
...
Expand Down
4 changes: 2 additions & 2 deletions ostsdk/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
# org.gradle.parallel=true

#Increase version when publishing.
VERSION_NAME=2.3.8-beta.3
VERSION_NAME=2.3.8
#Increase version code when publishing.
VERSION_CODE=52
VERSION_CODE=53

#Everything else.
GROUP=com.ost
Expand Down

0 comments on commit 465d270

Please sign in to comment.