Skip to content

Commit

Permalink
v10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Jun 13, 2024
1 parent db8e880 commit 1e0c5af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Dash Wallet
v10.1.1
* Attempt to fix stuck at Syncing 30 or 31%
* Support devices without a camera flash
* Warn user of stale (old) exchange rates
* Add Jetpack Compose component

v10.1.0
* Add ZenLedger support
* Coinbase: upgrade payment methods to v3
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 33
minSdkVersion 24
targetSdkVersion 33
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 101000
versionName project.hasProperty('versionName') ? project.property('versionName') : "10.1.0"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 101010
versionName project.hasProperty('versionName') ? project.property('versionName') : "10.1.1"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 1e0c5af

Please sign in to comment.