Skip to content

Commit

Permalink
v7.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Jul 29, 2020
1 parent 33c545e commit e178aef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wallet/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="de.schildbach.wallet_test"
android:installLocation="internalOnly"
android:versionCode="70012"
android:versionName="7.0.7">
android:versionCode="70018"
android:versionName="7.0.8">

<!-- normal permissions -->
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
5 changes: 5 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
Dash Wallet
v7.0.8
* Support restoration from non-english recovery phrases
* Fix app start crash on new installs
* Support better Uphold error handling (show more detailed messages). The most common failure on transferring Dash is due to a required 24 hour delay after purchasing using a bank transfer

v7.0.7
* Fix layout issues on More and Settings Screens for other languages with longer text
* Fix Android 4.4 crashes on Transaction Details screens
Expand Down

0 comments on commit e178aef

Please sign in to comment.