Skip to content

Commit

Permalink
v7.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Oct 12, 2021
1 parent d935916 commit 43ac6e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
Dash Wallet
v7.3.3
* Use DashJ 0.17.9 (sync fixes for Android 6 and below)
* Redesign Local Currency Screen
* Allow changing of fiat currency on Send Flow
* Fix missing close button after Liquid purchase
* Keep payment flow unlocked if activated from Lock Screen
* Prevent task hijacking for all screens (Strandhogg v1)

v7.3.2
* Dismiss the last PIN Entry Dialog upon Autologout (bug from 7.2.4)
Expand Down
4 changes: 2 additions & 2 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 30
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 70320
versionName project.hasProperty('versionName') ? project.property('versionName') : "7.3.2"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 70330
versionName project.hasProperty('versionName') ? project.property('versionName') : "7.3.3"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 43ac6e6

Please sign in to comment.