Skip to content

Commit

Permalink
v9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Jul 2, 2023
1 parent 6c3c367 commit 4094879
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
Dash Wallet
v9.0.3
* Update to dashj 19.0.3 (supports Dash Core 19.2)
* Coinbase: properly handle expired sessions
* Uphold: update logo
* Uphold: fix incorrect balance when there are multiple Dash cards
* Don't make sounds when Do Not Disturb mode is ON
* Delete old explore databases to reduce storage requirements
* Fix crash with icons with gradients on Android 6
* Fix crash when sending Dash
* Fix crash from Importing Private Key funding by a tx without confirmations

v9.0.2
* update to dashj 19.0.2
* Coinbase: hide Transfer Dash when network offline
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 : 90020
versionName project.hasProperty('versionName') ? project.property('versionName') : "9.0.2"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 90032
versionName project.hasProperty('versionName') ? project.property('versionName') : "9.0.3"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 4094879

Please sign in to comment.