Skip to content

Commit

Permalink
v7.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Jun 20, 2022
1 parent 82da41d commit 6686d29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Dash Wallet
v7.5.1
* Fix CrowdNode issues
* Add link CrowdNode account
* Fix autologout issue on Liquid and Uphold screens
* Add low balance warning

v7.5
* Add CrowdNode integration
* Improve Reset Wallet functionality
Expand Down
4 changes: 2 additions & 2 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 30
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 70500
versionName project.hasProperty('versionName') ? project.property('versionName') : "7.5.0"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 70510
versionName project.hasProperty('versionName') ? project.property('versionName') : "7.5.1"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 6686d29

Please sign in to comment.