Skip to content

Commit

Permalink
v8.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Jan 11, 2023
1 parent dfd8449 commit 5571ef9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Dash Wallet
v8.1.3
* Fix Uphold Transfer Crash
* Add Sync Explore DB button on About Screen (Testnet only)

v8.1.2
* Fix transaction details crash
* Redesign send screen
Expand Down
4 changes: 2 additions & 2 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 31
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 80122
versionName project.hasProperty('versionName') ? project.property('versionName') : "8.1.2"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 80130
versionName project.hasProperty('versionName') ? project.property('versionName') : "8.1.3"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 5571ef9

Please sign in to comment.