Skip to content

Commit

Permalink
v7.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Oct 26, 2021
1 parent fe41a89 commit bac8757
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
Dash Wallet
v7.3.4
* eliminate Android 4.4 related crashes
* Fix crashes related to exchanges rates and fiat amounts
* Fix crash when scanning QR code with amount
* Fix crash on Lock Screen after fingerprints are changed
* Fix crash on Backup Wallet Screen
* Fix in app message links on Android 11

v7.3.3
* Use DashJ 0.17.9 (sync fixes for Android 6 and below)
* Redesign Local Currency Screen
Expand Down
4 changes: 2 additions & 2 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 30
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 70330
versionName project.hasProperty('versionName') ? project.property('versionName') : "7.3.3"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 70340
versionName project.hasProperty('versionName') ? project.property('versionName') : "7.3.4"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit bac8757

Please sign in to comment.