Skip to content

Commit

Permalink
v11.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Feb 6, 2025
1 parent ee04032 commit df57343
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
v11.1.1
* Fix username fee logic
* Update to dashj 21.1.6 and dpp 1.7.2 (fixes CoinJoin, username creation bugs)

v11.1.0
* Username Voting Improvements
* Improve Contact Support dialog and report export
Expand Down
4 changes: 2 additions & 2 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,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 : 11010006
versionName project.hasProperty('versionName') ? project.property('versionName') : "11.1.0"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 11010102
versionName project.hasProperty('versionName') ? project.property('versionName') : "11.1.1"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit df57343

Please sign in to comment.