Skip to content

Commit

Permalink
v8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Oct 3, 2022
1 parent b707dac commit 1772282
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
Dash Wallet
v8.1
* Make QR code readable in forced dark mode
* Redesign UI for Receive Screen to include Import Private Key
* Redesign about page
* Fix issues with Coinbase Convert
* Fix several minor crashes
* Improve slow sync times from previous v8.x versions
* use dashj 0.18.2 which fixes other sync issues

v8.0.1
* Fix to show errors on Home Screen when scanning invalid QR codes
* Recover linked Crowdnode account after restoring recovery phrase
Expand Down
4 changes: 2 additions & 2 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 31
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 80012
versionName project.hasProperty('versionName') ? project.property('versionName') : "8.0.1"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 80101
versionName project.hasProperty('versionName') ? project.property('versionName') : "8.1.0"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 1772282

Please sign in to comment.