Skip to content

Commit

Permalink
chore: v9.0.5 - bump version & changelog (#1192)
Browse files Browse the repository at this point in the history
* chore: bump version & changelog

* fix: improve changelog
  • Loading branch information
Syn-McJ committed Aug 25, 2023
1 parent b6064ae commit f3c7b97
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
Dash Wallet
v9.0.5
* Update to dashj 19.0.5
* Update translations for the new Send flow
* Fix stuck currency code on the Receive screen
* Fix overflowing labels on the Home and Advanced Security screens
* Fix leaking balance info on the Quick Receive screen
* Update transaction error handling based on removal of BIP61 in Dash Core 19
* Fix explore DB file name for prod flavor (was same as testnet for 9.0.4)

v9.0.4
* Update to dashj 19.0.4
* Fix fiat amount not matching DASH amount in the system notification
Expand Down
4 changes: 2 additions & 2 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 31
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 90041
versionName project.hasProperty('versionName') ? project.property('versionName') : "9.0.4"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 90050
versionName project.hasProperty('versionName') ? project.property('versionName') : "9.0.5"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit f3c7b97

Please sign in to comment.