Skip to content

Commit

Permalink
v10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Dec 15, 2023
1 parent 929ecab commit 3b0d1ea
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
v10.0.1
* Fix crash with InactivityService with no wallet
* Fix crash on Android 13 and 14 when requesting notification permissions

v10.0.0
* Support Dash Core v20 network protocol
* Update translations
Expand Down
4 changes: 2 additions & 2 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ android {
compileSdk 33
minSdkVersion 23
targetSdkVersion 33
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 100000
versionName project.hasProperty('versionName') ? project.property('versionName') : "10.0.0"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 100010
versionName project.hasProperty('versionName') ? project.property('versionName') : "10.0.1"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 3b0d1ea

Please sign in to comment.