Skip to content

Commit

Permalink
v7.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Jan 24, 2022
1 parent 02e6aae commit 4e051a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Dash Wallet
v7.4.4
* Fix crash when starting app

v7.4.4
* support interruptions when processing explore-dash data from a protobuf file (not json)

Expand Down
4 changes: 2 additions & 2 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 30
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 70440
versionName project.hasProperty('versionName') ? project.property('versionName') : "7.4.4"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 70445
versionName project.hasProperty('versionName') ? project.property('versionName') : "7.4.5"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 4e051a5

Please sign in to comment.