Skip to content

Commit

Permalink
v10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Sep 5, 2024
1 parent 1285af6 commit 72b20a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
Dash Wallet
v10.2.1
* Target Android 14
* Fix rare crash when displaying transaction details
* Fix rare crash when prompting the user for the PIN

v10.2.0
* Support Core 21
* Fix syncing stuck at 30% or 31% bug
Expand Down
4 changes: 2 additions & 2 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ android {
compileSdk 34
minSdkVersion 24
targetSdkVersion 34
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 102000
versionName project.hasProperty('versionName') ? project.property('versionName') : "10.2.0"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 102011
versionName project.hasProperty('versionName') ? project.property('versionName') : "10.2.1"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 72b20a3

Please sign in to comment.