Skip to content

Commit

Permalink
v7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Aug 17, 2022
1 parent 4a0a0a3 commit 77c5132
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
Dash Wallet
v7.6
* Add support for Coinbase
* Buy DASH
* Convert other cryto currency to DASH
* Transfer DASH to/From Coinbase
* CrowdNode Improvements
* Show current APY
* Show messages about withdrawal limits
* Tax Category Improvements
* Allow setting category on each transaction
* CrowdNode and exchange transactions are transfers by default
* Show alerts on last pin attempt
* UI improvements: fonts
* Update Translations
* Update checkpoints
* Explore DB Sync Improvement
* update to dashj 0.17.13 (minimal Dash Core 18 support)
* refactoring of Home Screen to align with DashPay

v7.5.2
* Fix CrowdNode issues
* New UI for the transaction list and transaction details
Expand Down
4 changes: 2 additions & 2 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 30
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 70522
versionName project.hasProperty('versionName') ? project.property('versionName') : "7.5.2"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 70602
versionName project.hasProperty('versionName') ? project.property('versionName') : "7.6"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 77c5132

Please sign in to comment.