Skip to content

Commit 5e669c6

Browse files
v11.1.2
1 parent cb6e05d commit 5e669c6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

wallet/CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
Dash Wallet
2+
v11.1.2
3+
* Fix username creation bugs
4+
* Resolve many ANR's
5+
* Disable saving transaction metadata
6+
*
7+
28
v11.1.1
39
* Fix username fee logic
410
* Update to dashj 21.1.6 and dpp 1.7.2 (fixes CoinJoin, username creation bugs)

wallet/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ android {
209209
minSdkVersion 24
210210
targetSdkVersion 34
211211
// version code: MMmmppbb; MM = Major Version, mm = minor version, pp == patch version, bb = build
212-
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 11010102
213-
versionName project.hasProperty('versionName') ? project.property('versionName') : "11.1.1"
212+
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 11010205
213+
versionName project.hasProperty('versionName') ? project.property('versionName') : "11.1.2"
214214
multiDexEnabled true
215215
generatedDensities = ['hdpi', 'xhdpi']
216216
vectorDrawables.useSupportLibrary = true

0 commit comments

Comments
 (0)