Skip to content

Commit

Permalink
v10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Aug 6, 2024
1 parent ada955a commit b3db176
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.2.0
* Support Core 21
* Fix syncing stuck at 30% or 31% bug

v10.1.1
* Attempt to fix stuck at Syncing 30 or 31%
* Support devices without a camera flash
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 : 101010
versionName project.hasProperty('versionName') ? project.property('versionName') : "10.1.1"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 102000
versionName project.hasProperty('versionName') ? project.property('versionName') : "10.2.0"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit b3db176

Please sign in to comment.