Skip to content

Commit

Permalink
v10.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Oct 14, 2024
1 parent a5c3d0c commit a6b8dfa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Dash Wallet
v10.3.2
* Fix ANR when using CoinJoin
* Fix missing Send button on Home Screen
* Fix CrowdNode Online Signup Crash on Android 14
* Update checkpoints

v10.3.1
* Hot fix: prevent crash in some upgrade scenarios

Expand Down
4 changes: 2 additions & 2 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ android {
compileSdk 34
minSdkVersion 24
targetSdkVersion 34
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 103010
versionName project.hasProperty('versionName') ? project.property('versionName') : "10.3.1"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 103020
versionName project.hasProperty('versionName') ? project.property('versionName') : "10.3.2"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit a6b8dfa

Please sign in to comment.