Skip to content

Commit

Permalink
v7.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Jun 11, 2020
1 parent bde3ace commit a425709
Show file tree
Hide file tree
Showing 2 changed files with 8 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="70011"
android:versionName="7.0.6">
android:versionCode="70012"
android:versionName="7.0.7">

<!-- normal permissions -->
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
6 changes: 6 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Dash Wallet
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
* Fix another long PIN issue related to upgrading to v7
* Fix blockchain service crashes on Android 8.1

v7.0.6
* Handle Dash payment requests and addresses in HTML clipboard format
* Properly format authentication dialog
Expand Down

0 comments on commit a425709

Please sign in to comment.