Skip to content

Commit 4e4f064

Browse files
v11.2.1
1 parent 87ce816 commit 4e4f064

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.2.1
3+
* Add Blockchair block explorer
4+
* Fix various crashes and bugs related to home screen
5+
* Improve DashSpend feature
6+
* Reduce APK size
7+
28
v11.2.0
39
* DashSpend beta
410
* Fix some CoinJoin start up failures

wallet/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ android {
212212
minSdkVersion 24
213213
targetSdkVersion 34
214214
// version code: MMmmppbb; MM = Major Version, mm = minor version, pp == patch version, bb = build
215-
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 11020001
216-
versionName project.hasProperty('versionName') ? project.property('versionName') : "11.2.0-rc1"
215+
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 11020102
216+
versionName project.hasProperty('versionName') ? project.property('versionName') : "11.2.1"
217217
multiDexEnabled true
218218
generatedDensities = ['hdpi', 'xhdpi']
219219
vectorDrawables.useSupportLibrary = true

0 commit comments

Comments
 (0)