Skip to content

Commit

Permalink
v11.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Dec 13, 2024
1 parent 18a3009 commit d40a854
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
Dash Wallet
v11.0.5
* Fix sync stuck problem (often at 33%)
* Fix obtaining username voting information
* Allow rescan blockchain to resume on app start if failing due to ANR
* Add detector for corrupt blockchain file
* Fix various crashes related to DashPay functionality

v11.0.4
* Fix username voting screen (support more than 100 contests)
* Fix username requests during voting period
Expand Down
4 changes: 2 additions & 2 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ android {
minSdkVersion 24
targetSdkVersion 34
// version code: MMmmppbb; MM = Major Version, mm = minor version, pp == patch version, bb = build
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 11000407
versionName project.hasProperty('versionName') ? project.property('versionName') : "11.0.4"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 11000507
versionName project.hasProperty('versionName') ? project.property('versionName') : "11.0.5"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit d40a854

Please sign in to comment.