Skip to content

Commit

Permalink
v7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Jan 12, 2022
1 parent c4d1abb commit af8e30b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
Dash Wallet
v7.4.1
* add Explore Dash
* Better error support for Uphold
* Close all dialogs on autologout
* Minimum Android version is 6.0
* Improvements on Enter Amount Screen

v7.4.0
* Beta Program for Explore Dash

v7.3.5
* The 7.3.4 build on Google Play left out several fixes

Expand Down
2 changes: 1 addition & 1 deletion wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 30
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 70410
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 70412
versionName project.hasProperty('versionName') ? project.property('versionName') : "7.4.1"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
Expand Down

0 comments on commit af8e30b

Please sign in to comment.