Skip to content

Commit

Permalink
v10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Apr 9, 2024
1 parent 368333c commit fe7e236
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.1.0
* Add ZenLedger support
* Coinbase: upgrade payment methods to v3
* Update to dashj 20.0.4 (track deadlocks)

v10.0.3
* Deprecate Android 6 support, Android 7 now required
* Coinbase: use custom tab for linking accounts
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 24
targetSdkVersion 33
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 100030
versionName project.hasProperty('versionName') ? project.property('versionName') : "10.0.3"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 101000
versionName project.hasProperty('versionName') ? project.property('versionName') : "10.1.0"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit fe7e236

Please sign in to comment.