Skip to content

Commit

Permalink
v7.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Sep 1, 2020
1 parent 3bf7f3a commit 1cab3ef
Show file tree
Hide file tree
Showing 2 changed files with 10 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="70018"
android:versionName="7.0.8">
android:versionCode="70019"
android:versionName="7.0.9">

<!-- normal permissions -->
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
8 changes: 8 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
Dash Wallet
v7.0.9
* Fix crash on Address Book Screen on Android 4.4
* Add back button to Verify Recovery Phrase Screens
* Hide contents on recent app list
* Fix RemoteServiceException crashes on Android 8.1
* Update translations (sk, nl)
* Update checkpoints

v7.0.8
* Support restoration from non-english recovery phrases
* Fix app start crash on new installs
Expand Down

0 comments on commit 1cab3ef

Please sign in to comment.