Skip to content

Commit

Permalink
v11.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Dec 2, 2024
1 parent c40bdfc commit d7d53c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.4
* Fix username voting screen (support more than 100 contests)
* Fix username requests during voting period
* Fix Crowdnode Signup on Android 14
* Fix Crowdnode API
* Fix sync stuck at 31% issue

v11.0.3
* Improve Username Voting screen
* UI fixes
Expand Down
2 changes: 1 addition & 1 deletion wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ 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 : 11000405
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 11000407
versionName project.hasProperty('versionName') ? project.property('versionName') : "11.0.4"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
Expand Down

0 comments on commit d7d53c3

Please sign in to comment.