Skip to content

Commit

Permalink
v9.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Sep 8, 2023
1 parent 028f9d9 commit 0173c9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
Dash Wallet
v9.0.6
* Update to dashj 19.0.6
* Fix stuck Crowdnode Signup
* Fix Unknown Transaction bug

v9.0.5
* Update to dashj 19.0.5
* Update translations for the new Send flow
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 {
compileSdk 33
minSdkVersion 23
targetSdkVersion 33
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 90050
versionName project.hasProperty('versionName') ? project.property('versionName') : "9.0.5"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 90061
versionName project.hasProperty('versionName') ? project.property('versionName') : "9.0.6"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 0173c9a

Please sign in to comment.