Skip to content

Commit

Permalink
v10.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Dec 23, 2023
1 parent a05ba53 commit 078b455
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.0.2
* Fix Syncing... issue
* Fix CrowdNode and Masternode APY calculation
* Update to dashj 20.0.2 (block reward fix)
* Fix Rescan Blockchain failure on older wallets

v10.0.1
* Fix crash with InactivityService with no wallet
* Fix crash on Android 13 and 14 when requesting notification permissions
Expand Down
4 changes: 2 additions & 2 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ android {
compileSdk 33
minSdkVersion 23
targetSdkVersion 33
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 100010
versionName project.hasProperty('versionName') ? project.property('versionName') : "10.0.1"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 100021
versionName project.hasProperty('versionName') ? project.property('versionName') : "10.0.2"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 078b455

Please sign in to comment.